Use a different concurrency group for release branch testing (#16202)

This commit is contained in:
Kangyan-Zhou
2025-12-31 09:46:43 -08:00
committed by GitHub
parent 60d7279c46
commit d65ae0ec7a
9 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -37,8 +37,8 @@ on:
type: boolean
default: false
concurrency:
group: pr-test-amd-${{ github.ref }}
cancel-in-progress: true
group: pr-test-amd-${{ inputs.ref || github.ref }}
cancel-in-progress: ${{ github.event_name != 'workflow_call' }}
jobs:
call-gate: