We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b212ef commit 0ff0bc6Copy full SHA for 0ff0bc6
.github/workflows/build-and-test-differential.yaml
@@ -42,7 +42,7 @@ jobs:
42
43
build-and-test-differential:
44
needs: start-runner
45
- runs-on: [self-hosted, linux, X64]
+ runs-on: ${{ steps.start-ec2-runner.outputs.label }}
46
container: ${{ matrix.container }}${{ matrix.container-suffix }}
47
strategy:
48
fail-fast: false
0 commit comments