Skip to content

Commit 4fc9d80

Browse files
committed
[UR] Skip SYCL e2e testing for UR-only changes
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 3967086 commit 4fc9d80

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ on:
2424
- '.github/workflows/sycl-rel-nightly.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
concurrency:
2934
# Cancel a currently running workflow from the same PR, branch or tag.

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ on:
2323
- '.github/workflows/sycl-rel-nightly.yml'
2424
- 'devops/containers/**'
2525
- 'devops/actions/build_container/**'
26+
- 'unified-runtime/examples/**'
27+
- 'unified-runtime/scripts/**'
28+
- 'unified-runtime/test/**'
29+
- 'unified-runtime/third_party/**'
30+
- 'unified-runtime/tools/**'
2631

2732
permissions: read-all
2833

0 commit comments

Comments
 (0)