Skip to content

Commit 0aedf95

Browse files
committed
use exclude instead
1 parent 81f0ace commit 0aedf95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/sycl-containers-igc-dev.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ on:
66
- sycl
77
paths:
88
- 'devops/actions/build_container/**'
9+
- 'devops/scripts/**'
910
- 'devops/dependencies-igc-dev.json'
11+
- '!devops/scripts/benchmarks/**'
1012
- '.github/workflows/sycl-containers-igc-dev.yaml'
1113
pull_request:
1214
paths:
1315
- 'devops/actions/build_container/**'
16+
- 'devops/scripts/**'
1417
- 'devops/dependencies-igc-dev.json'
18+
- '!devops/scripts/benchmarks/**'
1519
- '.github/workflows/sycl-containers-igc-dev.yaml'
1620

1721
permissions: read-all

0 commit comments

Comments
 (0)