Skip to content

Commit 6498e08

Browse files
committed
check if it works, should not run e2e at all
1 parent b6804de commit 6498e08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sycl-detect-changes.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- 'sycl/*'
5656
- 'sycl/!(test-e2e|doc)/**'
5757
- 'libdevice/**'
58-
ci:
58+
ci: &ci
5959
- .github/workflows/**
6060
# devops/* contains config files, including drivers versions.
6161
# Allow them to be tested in pre-commit.
@@ -69,6 +69,7 @@ jobs:
6969
- 'devops/scripts/benchmarks/**'
7070
non_benchmarks:
7171
- '!*benchmarks'
72+
- '!*ci'
7273
- '**'
7374
perf-tests:
7475
- sycl/test-e2e/PerformanceTests/**

0 commit comments

Comments
 (0)