Skip to content

Commit 368b852

Browse files
committed
ci: don't deploy from merge queue
1 parent 21dc464 commit 368b852

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ jobs:
296296
deploy:
297297
name: Deploy
298298
needs: ["build"]
299+
if: ${{ github.event_name != 'merge_group' }}
299300
runs-on: ubuntu-latest
300301
timeout-minutes: 2
301302

0 commit comments

Comments
 (0)