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

View File

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