Skip to content

Commit d5f3511

Browse files
[CI] Don't run pre-commit if only .github/workflows was modified (#10601)
Changes there don't have effect on pull_request_target trigger.
1 parent f5bbf33 commit d5f3511

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sycl_precommit_linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ on:
1515
- 'clang/docs/**'
1616
- '**.md'
1717
- '**.rst'
18+
# Changes in CI won't have any effect with pull_request_target
19+
- '.github/workflows'
1820
# For CI-related files we explicitly skip all the jobs below even if there
1921
# were other (non-ignored) files modified in this PR.
2022
- 'devops/*/**'

0 commit comments

Comments
 (0)