| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9fbab3e commit 82a2626
9 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,6 +13,7 @@ env: | |||
| 13 | 13 | ||
| 14 | 14 | jobs: | |
| 15 | 15 | build-tarball: | |
| 16 | + if: github.event.pull_request.draft == false | ||
| 16 | 17 | env: | |
| 17 | 18 | PYTHON_VERSION: 3.9 | |
| 18 | 19 | runs-on: ubuntu-latest | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,6 +15,7 @@ env: | |||
| 15 | 15 | ||
| 16 | 16 | jobs: | |
| 17 | 17 | build-windows-with-quic: | |
| 18 | + if: github.event.pull_request.draft == false | ||
| 18 | 19 | runs-on: windows-latest | |
| 19 | 20 | steps: | |
| 20 | 21 | - uses: actions/checkout@v2 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,6 +22,7 @@ env: | |||
| 22 | 22 | ||
| 23 | 23 | jobs: | |
| 24 | 24 | coverage-linux: | |
| 25 | + if: github.event.pull_request.draft == false | ||
| 25 | 26 | runs-on: ubuntu-latest | |
| 26 | 27 | steps: | |
| 27 | 28 | - uses: actions/checkout@v2 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,6 +22,7 @@ env: | |||
| 22 | 22 | ||
| 23 | 23 | jobs: | |
| 24 | 24 | coverage-windows: | |
| 25 | + if: github.event.pull_request.draft == false | ||
| 25 | 26 | runs-on: windows-latest | |
| 26 | 27 | steps: | |
| 27 | 28 | - uses: actions/checkout@v2 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,6 +14,7 @@ env: | |||
| 14 | 14 | ||
| 15 | 15 | jobs: | |
| 16 | 16 | lint-addon-docs: | |
| 17 | + if: github.event.pull_request.draft == false | ||
| 17 | 18 | runs-on: ubuntu-latest | |
| 18 | 19 | steps: | |
| 19 | 20 | - uses: actions/checkout@v2 | |
@@ -26,6 +27,7 @@ jobs: | |||
| 26 | 27 | - name: Lint addon docs | |
| 27 | 28 | run: NODE=$(command -v node) make lint-addon-docs | |
| 28 | 29 | lint-cpp: | |
| 30 | + if: github.event.pull_request.draft == false | ||
| 29 | 31 | runs-on: ubuntu-latest | |
| 30 | 32 | steps: | |
| 31 | 33 | - uses: actions/checkout@v2 | |
@@ -38,6 +40,7 @@ jobs: | |||
| 38 | 40 | - name: Lint C/C++ files | |
| 39 | 41 | run: make lint-cpp | |
| 40 | 42 | lint-md: | |
| 43 | + if: github.event.pull_request.draft == false | ||
| 41 | 44 | runs-on: ubuntu-latest | |
| 42 | 45 | steps: | |
| 43 | 46 | - uses: actions/checkout@v2 | |
@@ -52,6 +55,7 @@ jobs: | |||
| 52 | 55 | echo "::add-matcher::.github/workflows/remark-lint-problem-matcher.json" | |
| 53 | 56 | NODE=$(command -v node) make lint-md | |
| 54 | 57 | lint-js: | |
| 58 | + if: github.event.pull_request.draft == false | ||
| 55 | 59 | runs-on: ubuntu-latest | |
| 56 | 60 | steps: | |
| 57 | 61 | - uses: actions/checkout@v2 | |
@@ -64,6 +68,7 @@ jobs: | |||
| 64 | 68 | - name: Lint JavaScript files | |
| 65 | 69 | run: NODE=$(command -v node) make lint-js | |
| 66 | 70 | lint-py: | |
| 71 | + if: github.event.pull_request.draft == false | ||
| 67 | 72 | runs-on: ubuntu-latest | |
| 68 | 73 | steps: | |
| 69 | 74 | - uses: actions/checkout@v2 | |
@@ -78,14 +83,15 @@ jobs: | |||
| 78 | 83 | make lint-py-build || true | |
| 79 | 84 | NODE=$(command -v node) make lint-py | |
| 80 | 85 | lint-sh: | |
| 86 | + if: github.event.pull_request.draft == false | ||
| 81 | 87 | runs-on: ubuntu-20.04 | |
| 82 | 88 | steps: | |
| 83 | 89 | - uses: actions/checkout@v2 | |
| 84 | 90 | - run: shellcheck -V | |
| 85 | 91 | - name: Lint Shell scripts | |
| 86 | 92 | run: tools/lint-sh.js . | |
| 87 | - | ||
| 88 | 93 | lint-codeowners: | |
| 94 | + if: github.event.pull_request.draft == false | ||
| 89 | 95 | runs-on: ubuntu-latest | |
| 90 | 96 | steps: | |
| 91 | 97 | - uses: actions/checkout@v2 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,6 +13,7 @@ env: | |||
| 13 | 13 | ||
| 14 | 14 | jobs: | |
| 15 | 15 | build-docs: | |
| 16 | + if: github.event.pull_request.draft == false | ||
| 16 | 17 | runs-on: ubuntu-latest | |
| 17 | 18 | steps: | |
| 18 | 19 | - uses: actions/checkout@v2 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,6 +19,7 @@ env: | |||
| 19 | 19 | ||
| 20 | 20 | jobs: | |
| 21 | 21 | test-asan: | |
| 22 | + if: github.event.pull_request.draft == false | ||
| 22 | 23 | runs-on: ubuntu-latest | |
| 23 | 24 | env: | |
| 24 | 25 | CC: clang | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,6 +15,7 @@ env: | |||
| 15 | 15 | ||
| 16 | 16 | jobs: | |
| 17 | 17 | test-linux: | |
| 18 | + if: github.event.pull_request.draft == false | ||
| 18 | 19 | runs-on: ubuntu-latest | |
| 19 | 20 | steps: | |
| 20 | 21 | - uses: actions/checkout@v2 | |
@@ -30,6 +31,7 @@ jobs: | |||
| 30 | 31 | run: make run-ci -j2 V=1 TEST_CI_ARGS="-p actions" | |
| 31 | 32 | ||
| 32 | 33 | test-linux-with-quic: | |
| 34 | + if: github.event.pull_request.draft == false | ||
| 33 | 35 | runs-on: ubuntu-latest | |
| 34 | 36 | steps: | |
| 35 | 37 | - uses: actions/checkout@v2 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,6 +15,7 @@ env: | |||
| 15 | 15 | ||
| 16 | 16 | jobs: | |
| 17 | 17 | test-macOS-with-quic: | |
| 18 | + if: github.event.pull_request.draft == false | ||
| 18 | 19 | runs-on: macos-latest | |
| 19 | 20 | steps: | |
| 20 | 21 | - uses: actions/checkout@v2 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments