mirror of
https://github.com/bybrooklyn/openbitdo.git
synced 2026-03-19 12:12:57 -04:00
CI: gate hardware smoke behind HARDWARE_SMOKE_ENABLED var
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user