Skip to content

Commit 598c95f

Browse files
committed
Don't deploy docs on merge queue
1 parent 33c66a3 commit 598c95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
deploy:
5353
needs: build-docs
54-
if: github.event_name != 'pull_request'
54+
if: github.event_name != 'pull_request' && github.event_name != 'merge_group'
5555
permissions:
5656
pages: write
5757
id-token: write

0 commit comments

Comments
 (0)