Skip to content

Commit 1403fe3

Browse files
committed
ci: add workflow concurrency to satisfy Zizmor audit
1 parent c190e8e commit 1403fe3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
pull_request:
66
merge_group:
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
812
permissions: {}
913

1014
env:

0 commit comments

Comments
 (0)