Skip to content

Commit 1cf39b0

Browse files
authored
Update CI
Prevents it from running spelling and markdown link checker on draft PRs.
1 parent 1663aa4 commit 1cf39b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
spell-check:
99
name: spell-check
1010
runs-on: ubuntu-latest
11+
if: github.event.pull_request.draft == false
1112
env:
1213
ZENML_DEBUG: 1
1314
ZENML_ANALYTICS_OPT_IN: false
@@ -23,3 +24,4 @@ jobs:
2324

2425
markdown-link-check:
2526
uses: ./.github/workflows/markdown-link-check.yml
27+
if: github.event.pull_request.draft == false

0 commit comments

Comments
 (0)