Skip to content

Commit c66fb0d

Browse files
[CI] More ignore-paths for pre-commit (#10974)
Containers task might or might not affect the tasks from pre-commit (depends on tasks' race conditions), so shouldn't be triggering pre-commit.
1 parent 3f3e6a9 commit c66fb0d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/sycl_precommit_linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ on:
1818
- '**.md'
1919
- '**.rst'
2020
- '.github/workflows/sycl_precommit_windows.yml'
21+
- 'devops/containers/**'
22+
- 'devops/actions/build_container/**'
2123

2224
jobs:
2325
detect_changes:

.github/workflows/sycl_precommit_windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ on:
2020
- '.github/workflows/sycl_linux_build.yml'
2121
- '.github/workflows/sycl_linux_run_tests.yml'
2222
- '.github/workflows/sycl_precommit_aws.yml'
23+
- 'devops/containers/**'
24+
- 'devops/actions/build_container/**'
2325

2426
permissions:
2527
contents: read

0 commit comments

Comments
 (0)