Skip to content

Commit e5a1b07

Browse files
[CI][14/N] Remove unnecessary "if" condition
It was left from ``` if: | github.event.pull_request.head.repo.full_name == 'intel/llvm' || !contains(needs.detect_changes.outputs.filters, 'ci') ``` in the current pre-commit which wasn't needed with the pull_request trigger. Also, keeping only one of two conditions was plain wrong.
1 parent 9adcf5e commit e5a1b07

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/sycl_exp_precommit.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313

1414
lint:
1515
needs: [detect_changes]
16-
if: |
17-
github.event.pull_request.head.repo.full_name == 'intel/llvm'
1816
runs-on: [Linux, build]
1917
container:
2018
image: ghcr.io/intel/llvm/sycl_ubuntu2204_nightly:no-drivers

0 commit comments

Comments
 (0)