File tree Expand file tree Collapse file tree 9 files changed +16
-1
lines changed
Expand file tree Collapse file tree 9 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1313
1414jobs :
1515 build-tarball :
16+ if : github.event.pull_request.draft == false
1617 env :
1718 PYTHON_VERSION : 3.9
1819 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1515
1616jobs :
1717 build-windows-with-quic :
18+ if : github.event.pull_request.draft == false
1819 runs-on : windows-latest
1920 steps :
2021 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 2222
2323jobs :
2424 coverage-linux :
25+ if : github.event.pull_request.draft == false
2526 runs-on : ubuntu-latest
2627 steps :
2728 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 2222
2323jobs :
2424 coverage-windows :
25+ if : github.event.pull_request.draft == false
2526 runs-on : windows-latest
2627 steps :
2728 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1414
1515jobs :
1616 lint-addon-docs :
17+ if : github.event.pull_request.draft == false
1718 runs-on : ubuntu-latest
1819 steps :
1920 - uses : actions/checkout@v2
2627 - name : Lint addon docs
2728 run : NODE=$(command -v node) make lint-addon-docs
2829 lint-cpp :
30+ if : github.event.pull_request.draft == false
2931 runs-on : ubuntu-latest
3032 steps :
3133 - uses : actions/checkout@v2
3840 - name : Lint C/C++ files
3941 run : make lint-cpp
4042 lint-md :
43+ if : github.event.pull_request.draft == false
4144 runs-on : ubuntu-latest
4245 steps :
4346 - uses : actions/checkout@v2
5255 echo "::add-matcher::.github/workflows/remark-lint-problem-matcher.json"
5356 NODE=$(command -v node) make lint-md
5457 lint-js :
58+ if : github.event.pull_request.draft == false
5559 runs-on : ubuntu-latest
5660 steps :
5761 - uses : actions/checkout@v2
6468 - name : Lint JavaScript files
6569 run : NODE=$(command -v node) make lint-js
6670 lint-py :
71+ if : github.event.pull_request.draft == false
6772 runs-on : ubuntu-latest
6873 steps :
6974 - uses : actions/checkout@v2
@@ -78,14 +83,15 @@ jobs:
7883 make lint-py-build || true
7984 NODE=$(command -v node) make lint-py
8085 lint-sh :
86+ if : github.event.pull_request.draft == false
8187 runs-on : ubuntu-20.04
8288 steps :
8389 - uses : actions/checkout@v2
8490 - run : shellcheck -V
8591 - name : Lint Shell scripts
8692 run : tools/lint-sh.js .
87-
8893 lint-codeowners :
94+ if : github.event.pull_request.draft == false
8995 runs-on : ubuntu-latest
9096 steps :
9197 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1313
1414jobs :
1515 build-docs :
16+ if : github.event.pull_request.draft == false
1617 runs-on : ubuntu-latest
1718 steps :
1819 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1919
2020jobs :
2121 test-asan :
22+ if : github.event.pull_request.draft == false
2223 runs-on : ubuntu-latest
2324 env :
2425 CC : clang
Original file line number Diff line number Diff line change 1515
1616jobs :
1717 test-linux :
18+ if : github.event.pull_request.draft == false
1819 runs-on : ubuntu-latest
1920 steps :
2021 - uses : actions/checkout@v2
3031 run : make run-ci -j2 V=1 TEST_CI_ARGS="-p actions"
3132
3233 test-linux-with-quic :
34+ if : github.event.pull_request.draft == false
3335 runs-on : ubuntu-latest
3436 steps :
3537 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1515
1616jobs :
1717 test-macOS-with-quic :
18+ if : github.event.pull_request.draft == false
1819 runs-on : macos-latest
1920 steps :
2021 - uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments