File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414jobs :
1515 build-tarball :
16- if : github.event.pull_request.draft == false
16+ if : github.event.pull_request.draft == true
1717 env :
1818 PYTHON_VERSION : 3.9
1919 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1515
1616jobs :
1717 build-windows :
18- if : github.event.pull_request.draft == false
18+ if : github.event.pull_request.draft == true
1919 runs-on : windows-latest
2020 steps :
2121 - 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
25+ if : github.event.pull_request.draft == true
2626 runs-on : ubuntu-latest
2727 steps :
2828 - 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
25+ if : github.event.pull_request.draft == true
2626 runs-on : windows-latest
2727 steps :
2828 - 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
17+ if : github.event.pull_request.draft == true
1818 runs-on : ubuntu-latest
1919 steps :
2020 - uses : actions/checkout@v2
2727 - name : Lint addon docs
2828 run : NODE=$(command -v node) make lint-addon-docs
2929 lint-cpp :
30- if : github.event.pull_request.draft == false
30+ if : github.event.pull_request.draft == true
3131 runs-on : ubuntu-latest
3232 steps :
3333 - uses : actions/checkout@v2
4040 - name : Lint C/C++ files
4141 run : make lint-cpp
4242 lint-md :
43- if : github.event.pull_request.draft == false
43+ if : github.event.pull_request.draft == true
4444 runs-on : ubuntu-latest
4545 steps :
4646 - uses : actions/checkout@v2
6262 NODE_RELEASED_VERSIONS : ${{ steps.get-released-versions.outputs.NODE_RELEASED_VERSIONS }}
6363
6464 lint-js :
65- if : github.event.pull_request.draft == false
65+ if : github.event.pull_request.draft == true
6666 runs-on : ubuntu-latest
6767 steps :
6868 - uses : actions/checkout@v2
7575 - name : Lint JavaScript files
7676 run : NODE=$(command -v node) make lint-js
7777 lint-py :
78- if : github.event.pull_request.draft == false
78+ if : github.event.pull_request.draft == true
7979 runs-on : ubuntu-latest
8080 steps :
8181 - uses : actions/checkout@v2
9898 - name : Lint Shell scripts
9999 run : tools/lint-sh.js .
100100 lint-codeowners :
101- if : github.event.pull_request.draft == false
101+ if : github.event.pull_request.draft == true
102102 runs-on : ubuntu-latest
103103 steps :
104104 - 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
16+ if : github.event.pull_request.draft == true
1717 runs-on : ubuntu-latest
1818 steps :
1919 - 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
22+ if : github.event.pull_request.draft == true
2323 runs-on : ubuntu-latest
2424 env :
2525 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
18+ if : github.event.pull_request.draft == true
1919 runs-on : ubuntu-latest
2020 steps :
2121 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1515
1616jobs :
1717 test-macOS :
18- if : github.event.pull_request.draft == false
18+ if : github.event.pull_request.draft == true
1919 runs-on : macos-latest
2020 steps :
2121 - uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments