We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9dce4 commit d62702fCopy full SHA for d62702f
.github/workflows/cicd-main.yml
@@ -46,7 +46,7 @@ on:
46
# - 'main'
47
48
concurrency:
49
- group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ github.event.label.name || 'main' }}
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
50
cancel-in-progress: true
51
52
jobs:
0 commit comments