Skip to content

Commit 04d0208

Browse files
committed
Update condition for docs-make job to only run on non-draft pull requests
1 parent 5411282 commit 04d0208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ env:
5252

5353
jobs:
5454
docs-make:
55-
if: github.event_name != 'pull_request' || github.event.pull_request.draft == true
55+
if: github.event.pull_request.draft == false
5656
runs-on: ubuntu-22.04
5757
strategy:
5858
fail-fast: false

0 commit comments

Comments
 (0)