Update pr-test-xeon.yml cancel-in-progress config (#23420)

merge this one, as it fixed xeon ci blocking issue.
This commit is contained in:
MingxuZh
2026-04-22 10:12:36 +08:00
committed by GitHub
parent 77fd86f89e
commit 7c399f3c82
+1 -1
View File
@@ -21,7 +21,7 @@ on:
concurrency:
group: pr-test-xeon-${{ inputs.ref || github.ref }}
cancel-in-progress: false
cancel-in-progress: ${{ github.event_name != 'workflow_call' }}
jobs:
# ==================== Check Changes ==================== #