We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3998241 commit 857ede4Copy full SHA for 857ede4
.github/workflows/json-check.yml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
build:
14
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
15
if: github.event.pull_request.draft == false
16
steps:
17
- uses: actions/checkout@v2
.github/workflows/python-ci.yml
@@ -12,7 +12,7 @@ on:
strategy:
18
matrix:
0 commit comments