chore: update pr test xeon (#7018)
This commit is contained in:
6
.github/workflows/pr-test-xeon.yml
vendored
6
.github/workflows/pr-test-xeon.yml
vendored
@@ -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']
|
||||||
|
|||||||
Reference in New Issue
Block a user