Skip to content

Commit 6f19ec7

Browse files
committed
add concurrency block
1 parent 946717d commit 6f19ec7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ name: CI
88
merge_group:
99

1010
permissions: {}
11+
12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.ref }}
14+
cancel-in-progress: true
15+
1116
jobs:
1217
determine-image-tag:
1318
name: Determine Image Tag

0 commit comments

Comments
 (0)