Skip to content

Commit a0aa07d

Browse files
committed
[CI] Skip ESIMD E2E tests in precommit if ESIMD files are not changed.
1 parent 9f89530 commit a0aa07d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ jobs:
162162
'false' }}
163163
# Run only if the PR does not have the 'ci-no-devigc' label.
164164
skip_run: ${{matrix.use_igc_dev && contains(github.event.pull_request.labels.*.name, 'ci-no-devigc') || 'false'}}
165+
env: ${{ contains(needs.detect_changes.outputs.filters, 'esimd') || '{"LIT_FILTER_OUT":"ESIMD/"}' }}
165166

166167
test-perf:
167168
needs: [build, detect_changes]

0 commit comments

Comments
 (0)