Skip to content

Commit

Permalink
Simply check for ci-no-devigc
Browse files Browse the repository at this point in the history
  • Loading branch information
uditagarwal97 committed Sep 6, 2024
1 parent 35a74b0 commit b525ebf
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 @@ -111,7 +111,7 @@ jobs:
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 does not have the 'ci-no-devigc' label.
skip_run: ${{ contains(github.event.pull_request.labels.*.name, 'ci-no-devigc') && 'true' || 'false' }}
skip_run: ${{ contains(github.event.pull_request.labels.*.name, 'ci-no-devigc') }}

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

0 comments on commit b525ebf

Please sign in to comment.