From 97a42c88020af1551b7abcdf0bd25de716a2a37b Mon Sep 17 00:00:00 2001 From: bybrooklyn Date: Fri, 27 Feb 2026 20:46:48 -0500 Subject: [PATCH] CI: gate hardware smoke behind HARDWARE_SMOKE_ENABLED var --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30677ac..e18722b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: hardware-smoke: 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 needs: test defaults: