mirror of
https://github.com/bybrooklyn/openbitdo.git
synced 2026-03-19 04:12:56 -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:
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user