We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c704146 commit c1b4397Copy full SHA for c1b4397
.github/workflows/quality_check.yml
@@ -42,7 +42,7 @@ permissions:
42
43
jobs:
44
quality_check:
45
- runs-on: ubuntu-latest
+ runs-on: codebuild--${{ github.run_id }}-${{ github.run_attempt }}
46
strategy:
47
max-parallel: 5
48
matrix:
0 commit comments