We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5411282 commit 04d0208Copy full SHA for 04d0208
.github/workflows/docs-build.yml
@@ -52,7 +52,7 @@ env:
52
53
jobs:
54
docs-make:
55
- if: github.event_name != 'pull_request' || github.event.pull_request.draft == true
+ if: github.event.pull_request.draft == false
56
runs-on: ubuntu-22.04
57
strategy:
58
fail-fast: false
0 commit comments