Skip to content

Commit a2a93ff

Browse files
Update sycl-linux-precommit.yml
1 parent a0aa07d commit a2a93ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +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/"}' }}
165+
env: ${{ contains(needs.detect_changes.outputs.filters, 'esimd') && '{}' || '{"LIT_FILTER_OUT":"ESIMD/"}' }}
166166

167167
test-perf:
168168
needs: [build, detect_changes]

0 commit comments

Comments
 (0)