CI: gate hardware smoke behind HARDWARE_SMOKE_ENABLED var

This commit is contained in:
2026-02-27 20:46:48 -05:00
parent 12e0fc447b
commit 97a42c8802

View File

@@ -39,7 +39,7 @@ jobs:
hardware-smoke: hardware-smoke:
runs-on: [self-hosted, linux, hid-lab] runs-on: [self-hosted, linux, hid-lab]
if: github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch' if: (github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch') && vars.HARDWARE_SMOKE_ENABLED == '1'
continue-on-error: true continue-on-error: true
needs: test needs: test
defaults: defaults: