Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Sarnie <sarnex@users.noreply.github.com>
  • Loading branch information
uditagarwal97 and sarnex authored Sep 6, 2024
1 parent 19ab600 commit 61acb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sycl-linux-precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
use_dev_igc: ${{ contains(needs.detect_changes.outputs.filters, 'devigccfg') }}
extra_lit_opts: --param matrix-xmx8=True --param gpu-intel-dg2=True
env: '{"LIT_FILTER":${{ needs.determine_arc_tests.outputs.arc_tests }} }'
# Run only if the PR do not have the 'ci-no-devigc' label.
# Run only if the PR does not have the 'ci-no-devigc' label.
run_condition: ${{ contains(github.event.pull_request.labels.*.name, 'ci-no-devigc') && 'false' || 'true' }}

uses: ./.github/workflows/sycl-linux-run-tests.yml
Expand Down

0 comments on commit 61acb63

Please sign in to comment.