We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c434d0 commit ce1a86aCopy full SHA for ce1a86a
.github/workflows/build-and-test.yaml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
build-and-test:
11
if: ${{ github.event_name != 'push' || github.ref_name == github.event.repository.default_branch }}
12
- runs-on: ubuntu-latest
+ runs-on: [self-hosted, linux, X64]
13
container: ${{ matrix.container }}${{ matrix.container-suffix }}
14
strategy:
15
fail-fast: false
0 commit comments