Allow triggering preview and stable simultaneously (#11201)
Release Notes: - N/A
This commit is contained in:
parent
62c12cd549
commit
8152e0676f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/bump_patch_version.yml
vendored
2
.github/workflows/bump_patch_version.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
|
||||
concurrency:
|
||||
# Allow only one workflow per any non-`main` branch.
|
||||
group: ${{ github.workflow }}-${{ github.event.input.branch }}
|
||||
group: ${{ github.workflow }}-${{ inputs.branch }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue