File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ defaults:
66jobs :
77 check-formatting-dockerfile :
88 name : Check Formatting (Dockerfile)
9- runs-on : ${{vars.RUNS_ON}}
9+ runs-on : ubuntu-latest
1010 timeout-minutes : 5
1111 steps :
1212 - name : Checkout
1515 uses : hadolint/hadolint-action@v3.3.0
1616 check-formatting-markdown :
1717 name : Check Formatting (Markdown)
18- runs-on : ${{vars.RUNS_ON}}
18+ runs-on : ubuntu-latest
1919 timeout-minutes : 5
2020 steps :
2121 - name : Checkout
2626 globs : ' **/*.md'
2727 build-and-test :
2828 name : Build & Test
29- runs-on : ${{vars.RUNS_ON}}
29+ runs-on : ubuntu-latest
3030 timeout-minutes : 30
3131 services :
3232 registry :
Original file line number Diff line number Diff line change 1313 uses : ./.github/workflows/ci.yml
1414 label :
1515 name : Label
16- runs-on : ${{vars.RUNS_ON}}
16+ runs-on : ubuntu-latest
1717 timeout-minutes : 5
1818 steps :
1919 - name : Apply labels
Original file line number Diff line number Diff line change 1313 uses : ./.github/workflows/ci.yml
1414 cd :
1515 name : CD
16- runs-on : ${{vars.RUNS_ON}}
16+ runs-on : ubuntu-latest
1717 timeout-minutes : 30
1818 if : (!contains(github.event.head_commit.message, '[skip release]'))
1919 permissions :
You can’t perform that action at this time.
0 commit comments