Skip to content

Commit a9dcdf7

Browse files
author
Alexander Batashev
authored
[CI] Disable meaningless build jobs (#5762)
Do not run builds and tests for changes, that only affect documentation or Docker containers, since these are not functional changes, and do not affect product.
1 parent 12c988a commit a9dcdf7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/sycl_precommit.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ on:
44
pull_request:
55
branches:
66
- sycl
7+
# Do not run builds if changes are only in the following locations
8+
paths-ignore:
9+
- 'devops/containers/**'
10+
- 'devops/scripts/install_drivers.sh'
11+
- 'devops/scripts/install_build_tools.sh'
12+
- 'sycl/doc/**'
13+
- 'sycl/gdb/**'
14+
- 'clang/docs/**'
15+
- '**.md'
16+
- '**.rst'
717

818
jobs:
919
lint:

0 commit comments

Comments
 (0)