Skip to content

Commit 9ab2e54

Browse files
committed
Prevents running CI twice
1 parent 2d0a033 commit 9ab2e54

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ccp-workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ on:
2424
required: false
2525
default: 'info'
2626

27+
concurrency:
28+
group: ${{ github.workflow }}-${{ github.ref }}
29+
cancel-in-progress: true
30+
2731
permissions:
2832
contents: read
2933

0 commit comments

Comments
 (0)