We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5361536 commit 641a4c4Copy full SHA for 641a4c4
.github/workflows/docs-build.yml
@@ -25,6 +25,7 @@ env:
25
26
jobs:
27
docs-check:
28
+ if: github.event.pull_request.draft == false
29
runs-on: ubuntu-22.04
30
strategy:
31
fail-fast: false
0 commit comments