Skip to content

Commit 6d2ca75

Browse files
committed
defining concurrency behaviours
1 parent 11b628b commit 6d2ca75

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci-audit.yml

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

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

1014
jobs:

0 commit comments

Comments
 (0)