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:
@@ -21,7 +21,7 @@ on:
|
|||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: pr-test-xeon-${{ inputs.ref || github.ref }}
|
group: pr-test-xeon-${{ inputs.ref || github.ref }}
|
||||||
cancel-in-progress: false
|
cancel-in-progress: ${{ github.event_name != 'workflow_call' }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# ==================== Check Changes ==================== #
|
# ==================== Check Changes ==================== #
|
||||||
|
|||||||
Reference in New Issue
Block a user