Skip to content

Commit 1fd280c

Browse files
authored
[CI] Add more ignore paths for pre-commit (#5891)
Modifications in these files do not impact SYCL pre-commit results.
1 parent 5224f78 commit 1fd280c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sycl_precommit.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- sycl
77
# Do not run builds if changes are only in the following locations
88
paths-ignore:
9+
- '.github/ISSUE_TEMPLATE/**'
10+
- '.github/CODEOWNERS'
911
- 'devops/containers/**'
1012
- 'devops/scripts/install_drivers.sh'
1113
- 'devops/scripts/install_build_tools.sh'

0 commit comments

Comments
 (0)