Skip to content

Commit e11f5f5

Browse files
aelovikov-intelChenyang-L
authored andcommitted
[CI] Don't skip Win testing due to failing lint if ignore-lint is present (#10079)
Aligns the task with its Linux counterpart.
1 parent 4153029 commit e11f5f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sycl_precommit.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ jobs:
105105
name: Windows
106106
needs: [lint, test_matrix, detect_changes]
107107
if: |
108-
github.repository == 'intel/llvm'
108+
always()
109+
&& (success() || contains(github.event.pull_request.labels.*.name, 'ignore-lint'))
110+
&& github.repository == 'intel/llvm'
109111
&& !contains(needs.detect_changes.outputs.filters, 'ci')
110112
uses: ./.github/workflows/sycl_windows_build_and_test.yml
111113
with:

0 commit comments

Comments
 (0)