From c66fb0d87c7f71475255ae79759426b446ee45b5 Mon Sep 17 00:00:00 2001 From: aelovikov-intel Date: Fri, 25 Aug 2023 09:20:24 -0700 Subject: [PATCH] [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. --- .github/workflows/sycl_precommit_linux.yml | 2 ++ .github/workflows/sycl_precommit_windows.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/sycl_precommit_linux.yml b/.github/workflows/sycl_precommit_linux.yml index 597f4745acf39..b9ffe69fece3a 100644 --- a/.github/workflows/sycl_precommit_linux.yml +++ b/.github/workflows/sycl_precommit_linux.yml @@ -18,6 +18,8 @@ on: - '**.md' - '**.rst' - '.github/workflows/sycl_precommit_windows.yml' + - 'devops/containers/**' + - 'devops/actions/build_container/**' jobs: detect_changes: diff --git a/.github/workflows/sycl_precommit_windows.yml b/.github/workflows/sycl_precommit_windows.yml index 09c6091f46e53..0dac6478ccb9d 100644 --- a/.github/workflows/sycl_precommit_windows.yml +++ b/.github/workflows/sycl_precommit_windows.yml @@ -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