Skip to content

Commit 42a766e

Browse files
ppawlowskippawlowski
andauthored
Fix concurrency group setting in Create pre-staging environment workflow (#6656)
Co-authored-by: ppawlowski <piotr@flowfuse.com>
1 parent 4341675 commit 42a766e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/branch-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ on:
4040
- 'docs/**'
4141

4242
concurrency:
43-
group: ${{ github.workflow }}-${{ github.event.number }}
43+
group: ${{ github.workflow }}-${{ github.event.number || inputs.pr_number }}
4444
cancel-in-progress: false
4545

4646
env:

0 commit comments

Comments
 (0)