Skip to content

Commit 81532a7

Browse files
ci: Setup concurrency and merge queue
1 parent 8008289 commit 81532a7

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build-deploy.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,16 @@ on:
99
- opened
1010
- synchronize
1111
- reopened
12+
merge_group:
13+
types: [checks_requested]
14+
branches:
15+
- main
1216
workflow_dispatch:
1317

18+
concurrency:
19+
group: ${{ github.workflow }}-${{ github.ref }}
20+
cancel-in-progress: true
21+
1422
jobs:
1523
build:
1624
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)