Skip to content

Commit

Permalink
[CI] More ignore-paths for pre-commit (intel#10974)
Browse files Browse the repository at this point in the history
Containers task might or might not affect the tasks from pre-commit
(depends on tasks' race conditions), so shouldn't be triggering
pre-commit.
  • Loading branch information
aelovikov-intel authored Aug 25, 2023
1 parent 3f3e6a9 commit c66fb0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sycl_precommit_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ on:
- '**.md'
- '**.rst'
- '.github/workflows/sycl_precommit_windows.yml'
- 'devops/containers/**'
- 'devops/actions/build_container/**'

jobs:
detect_changes:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sycl_precommit_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ on:
- '.github/workflows/sycl_linux_build.yml'
- '.github/workflows/sycl_linux_run_tests.yml'
- '.github/workflows/sycl_precommit_aws.yml'
- 'devops/containers/**'
- 'devops/actions/build_container/**'

permissions:
contents: read
Expand Down

0 comments on commit c66fb0d

Please sign in to comment.