Allow triggering preview and stable simultaneously (#11201)

Conrad Irwin created

Release Notes:


- N/A

Change summary

.github/workflows/bump_patch_version.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.github/workflows/bump_patch_version.yml 🔗

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