Skip to content

Commit f27a817

Browse files
authored
[CI] Remove dependency on devops/scripts/benchmarks/** from IGC dev containers workflow (#18732)
The dependency on devops/scripts/** causes any changes in devops/scripts/benchmarks/** (unrelated to IGC dev containers) to fail as well: exclude this path.
1 parent e6670c5 commit f27a817

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77
paths:
88
- 'devops/actions/build_container/**'
99
- 'devops/scripts/**'
10+
- '!devops/scripts/benchmarks/**'
1011
- 'devops/dependencies-igc-dev.json'
1112
- '.github/workflows/sycl-containers-igc-dev.yaml'
1213
pull_request:
1314
paths:
1415
- 'devops/actions/build_container/**'
1516
- 'devops/scripts/**'
17+
- '!devops/scripts/benchmarks/**'
1618
- 'devops/dependencies-igc-dev.json'
1719
- '.github/workflows/sycl-containers-igc-dev.yaml'
1820

0 commit comments

Comments
 (0)