We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e4b25a commit 5f88cf1Copy full SHA for 5f88cf1
.github/workflows/build-and-test-differential.yaml
@@ -16,7 +16,7 @@ jobs:
16
build-and-test-differential:
17
needs: prevent-no-label-execution
18
if: ${{ needs.prevent-no-label-execution.outputs.run == 'true' }}
19
- runs-on: [self-hosted, linux, X64]
+ runs-on: ubuntu-latest
20
container: ${{ matrix.container }}${{ matrix.container-suffix }}
21
strategy:
22
fail-fast: false
0 commit comments