Skip to content

Commit c72f681

Browse files
[CI] Skip ESIMD E2E tests in precommit if ESIMD files are not changed. (#18965)
1 parent af6d85f commit c72f681

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
@@ -163,6 +163,7 @@ jobs:
163163
'false' }}
164164
# Run only if the PR does not have the 'ci-no-devigc' label.
165165
skip_run: ${{matrix.use_igc_dev && contains(github.event.pull_request.labels.*.name, 'ci-no-devigc') || 'false'}}
166+
env: ${{ contains(needs.detect_changes.outputs.filters, 'esimd') && '{}' || '{"LIT_FILTER_OUT":"ESIMD/"}' }}
166167

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

0 commit comments

Comments
 (0)