Skip to content

Commit 131a8b4

Browse files
committed
ci: fix queues
1 parent e913793 commit 131a8b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
deploy-calculator:
9090
name: Deploy GPA Calculator
9191
needs: [build]
92+
if: ${{ github.event_name != 'merge_group' }}
9293
runs-on: ubuntu-latest
9394
timeout-minutes: 4
9495
permissions:
@@ -114,6 +115,7 @@ jobs:
114115
deploy-map:
115116
name: Deploy Map
116117
needs: [build]
118+
if: ${{ github.event_name != 'merge_group' }}
117119
runs-on: ubuntu-latest
118120
timeout-minutes: 4
119121
permissions:

0 commit comments

Comments
 (0)