We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4b3b6 commit d677d08Copy full SHA for d677d08
.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ concurrency:
14
15
jobs:
16
test:
17
- runs-on: self-hosted
+ runs-on: [self-hosted, Linux, X64]
18
steps:
19
- uses: actions/checkout@v4
20
- uses: bazel-contrib/[email protected]
0 commit comments