We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 135657d commit 3468512Copy full SHA for 3468512
1 file changed
.github/workflows/boot-tests-nightly.yml
@@ -13,9 +13,7 @@ on:
13
jobs:
14
boot-tests:
15
runs-on:
16
- - codebuild-image-builder-frontend-${{ github.run_id }}-${{ github.run_attempt }}
17
- - instance-size:large
18
- - buildspec-override:true
+ - ubuntu-latest
19
permissions:
20
pull-requests: read
21
0 commit comments