Allow triggering preview and stable simultaneously (#11201)

Release Notes:


- N/A
This commit is contained in:
Conrad Irwin 2024-04-29 20:55:50 -06:00 committed by GitHub
parent 62c12cd549
commit 8152e0676f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: