Skip to content

Commit b0e1075

Browse files
committed
fix(ci): jobs are stuck in merge queue
1 parent d1ffaec commit b0e1075

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ concurrency:
55
cancel-in-progress: "${{ github.ref != 'refs/heads/main' }}"
66

77
on:
8+
workflow_dispatch:
9+
merge_group:
810
pull_request:
911
branches:
1012
- main

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ concurrency:
55
cancel-in-progress: "${{ github.ref != 'refs/heads/main' }}"
66

77
on:
8+
workflow_dispatch:
9+
merge_group:
810
pull_request:
911
branches:
1012
- main

0 commit comments

Comments
 (0)