We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c149e34 commit b6bb9b8Copy full SHA for b6bb9b8
.github/workflows/validateCommitSimulator.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
validateCommit:
9
name: Validate and/or commit simulator
10
- runs-on: ubuntu-latest # includes Docker
+ runs-on: ubuntu-20.04 # includes Docker
11
if: |
12
github.event.issue.state == 'open'
13
&& contains(github.event.issue.labels.*.name, 'Validate/submit simulator')
0 commit comments