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 9f89530 commit a0aa07dCopy full SHA for a0aa07d
.github/workflows/sycl-linux-precommit.yml
@@ -162,6 +162,7 @@ jobs:
162
'false' }}
163
# Run only if the PR does not have the 'ci-no-devigc' label.
164
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/"}' }}
166
167
test-perf:
168
needs: [build, detect_changes]
0 commit comments