From 7c399f3c82eb5b92f183022b0661a7a334e3059d Mon Sep 17 00:00:00 2001 From: MingxuZh <109504044+MingxuZh@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:12:36 -0700 Subject: [PATCH] Update pr-test-xeon.yml cancel-in-progress config (#23420) merge this one, as it fixed xeon ci blocking issue. --- .github/workflows/pr-test-xeon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test-xeon.yml b/.github/workflows/pr-test-xeon.yml index b39e064d4..0fb4721ba 100644 --- a/.github/workflows/pr-test-xeon.yml +++ b/.github/workflows/pr-test-xeon.yml @@ -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 ==================== #