We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d0a033 commit 9ab2e54Copy full SHA for 9ab2e54
1 file changed
.github/workflows/ccp-workflow.yml
@@ -24,6 +24,10 @@ on:
24
required: false
25
default: 'info'
26
27
+concurrency:
28
+ group: ${{ github.workflow }}-${{ github.ref }}
29
+ cancel-in-progress: true
30
+
31
permissions:
32
contents: read
33
0 commit comments