Skip to content

Commit 2b8e0e7

Browse files
committed
GH Action Check: prevent Concurrency
1 parent c0b0798 commit 2b8e0e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
pull_request:
88
branches: ["main"]
99

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
1014
permissions:
1115
contents: read
1216

0 commit comments

Comments
 (0)