Skip to content

Commit 39bbc5d

Browse files
committed
change ci to benchmarks in non_benchmarks
1 parent 4a04813 commit 39bbc5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- 'sycl/*'
5656
- 'sycl/!(test-e2e|doc)/**'
5757
- 'libdevice/**'
58-
ci: &ci
58+
ci:
5959
- .github/workflows/**
6060
# devops/* contains config files, including drivers versions.
6161
# Allow them to be tested in pre-commit.
@@ -68,7 +68,7 @@ jobs:
6868
benchmarks:
6969
- 'devops/scripts/benchmarks/**'
7070
non_benchmarks:
71-
- '!.github/workflows/**'
71+
- '!devops/scripts/benchmarks/**'
7272
perf-tests:
7373
- sycl/test-e2e/PerformanceTests/**
7474
esimd:

0 commit comments

Comments
 (0)