We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34282f commit 3a2c42fCopy full SHA for 3a2c42f
.github/workflows/promote-branch.yml
@@ -17,7 +17,7 @@ permissions:
17
contents: write
18
19
concurrency:
20
- group: 'promote-branch-${{ inputs.promotion-type }}-${{ github.head_ref || github.ref }}'
+ group: 'promote-branch-${{ inputs.promotion-type }}-${{github.ref_name }}'
21
cancel-in-progress: false
22
23
env:
0 commit comments