From 1c8b42c84cfa7d2e508fe20a16932c1dbab32b64 Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Mon, 9 Jun 2025 17:36:25 -0700 Subject: [PATCH] chore: update pr test xeon (#7018) --- .github/workflows/pr-test-xeon.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-test-xeon.yml b/.github/workflows/pr-test-xeon.yml index 107129a4c..3c6b72ab5 100644 --- a/.github/workflows/pr-test-xeon.yml +++ b/.github/workflows/pr-test-xeon.yml @@ -6,13 +6,13 @@ on: workflow_dispatch: concurrency: - group: pr-test-xeon-${{ github.ref }} - cancel-in-progress: true + group: pr-test-xeon + cancel-in-progress: false jobs: build-test: if: github.event_name == 'pull_request' - runs-on: ubuntu-24.04 + runs-on: sgl-kernel-release-node strategy: matrix: build_type: ['all']