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 4153029 commit e11f5f5Copy full SHA for e11f5f5
.github/workflows/sycl_precommit.yml
@@ -105,7 +105,9 @@ jobs:
105
name: Windows
106
needs: [lint, test_matrix, detect_changes]
107
if: |
108
- github.repository == 'intel/llvm'
+ always()
109
+ && (success() || contains(github.event.pull_request.labels.*.name, 'ignore-lint'))
110
+ && github.repository == 'intel/llvm'
111
&& !contains(needs.detect_changes.outputs.filters, 'ci')
112
uses: ./.github/workflows/sycl_windows_build_and_test.yml
113
with:
0 commit comments