Skip to content

Commit 48a08bf

Browse files
authored
[CI] Don't run SYCL testing for changes that only affect UR (#17808)
A number of changes to UR won't have any observable effects on SYCL builds, so no point in running a full SYCL build and e2e test for them.
1 parent 10e20bc commit 48a08bf

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/sycl-linux-precommit.yml

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ on:
2525
- '.github/workflows/trivy.yml'
2626
- 'devops/containers/**'
2727
- 'devops/actions/build_container/**'
28+
- 'unified-runtime/examples/**'
29+
- 'unified-runtime/scripts/**'
30+
- 'unified-runtime/test/**'
31+
- 'unified-runtime/third_party/**'
32+
- 'unified-runtime/tools/**'
2833

2934
concurrency:
3035
# Cancel a currently running workflow from the same PR, branch or tag.

.github/workflows/sycl-windows-precommit.yml

+5
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ on:
2424
- '.github/workflows/trivy.yml'
2525
- 'devops/containers/**'
2626
- 'devops/actions/build_container/**'
27+
- 'unified-runtime/examples/**'
28+
- 'unified-runtime/scripts/**'
29+
- 'unified-runtime/test/**'
30+
- 'unified-runtime/third_party/**'
31+
- 'unified-runtime/tools/**'
2732

2833
permissions: read-all
2934

0 commit comments

Comments
 (0)