We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6d85f commit c72f681Copy full SHA for c72f681
.github/workflows/sycl-linux-precommit.yml
@@ -163,6 +163,7 @@ jobs:
163
'false' }}
164
# Run only if the PR does not have the 'ci-no-devigc' label.
165
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/"}' }}
167
168
test-perf:
169
needs: [build, detect_changes]
0 commit comments