Merge pull request #7465 from fidencio/topic/fix-dragonball-static-check-runner-selector

gha: dragonball: Run only on the dragonball labeled machine
This commit is contained in:
Chao Wu 2023-07-27 10:19:26 +08:00 committed by GitHub
commit ede1dae65d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ concurrency:
name: Static checks dragonball
jobs:
test-dragonball:
runs-on: self-hosted
runs-on: dragonball
env:
RUST_BACKTRACE: "1"
steps: