Unverified Commit 1c8b42c8 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

chore: update pr test xeon (#7018)

parent f20f7000
...@@ -6,13 +6,13 @@ on: ...@@ -6,13 +6,13 @@ on:
workflow_dispatch: workflow_dispatch:
concurrency: concurrency:
group: pr-test-xeon-${{ github.ref }} group: pr-test-xeon
cancel-in-progress: true cancel-in-progress: false
jobs: jobs:
build-test: build-test:
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
runs-on: ubuntu-24.04 runs-on: sgl-kernel-release-node
strategy: strategy:
matrix: matrix:
build_type: ['all'] build_type: ['all']
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment