Skip to content

Commit f512779

Browse files
Revert "[CI][14/N] Remove unnecessary "if" condition"
This reverts commit e5a1b07.
1 parent e5a1b07 commit f512779

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sycl_exp_precommit.yml

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

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

0 commit comments

Comments
 (0)