From 80707a055d7011b5d978c753af6b7b714727cd1e Mon Sep 17 00:00:00 2001 From: Erick Ahmed Date: Fri, 14 Nov 2025 15:53:53 +0100 Subject: [PATCH] ci: avoid running this workflow when doing unrelated changes to other workflows --- .github/workflows/occt-ffi-unit-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/occt-ffi-unit-test.yml b/.github/workflows/occt-ffi-unit-test.yml index b1447f7..30619d3 100644 --- a/.github/workflows/occt-ffi-unit-test.yml +++ b/.github/workflows/occt-ffi-unit-test.yml @@ -12,7 +12,7 @@ on: - "ci/scripts/occt.sh" - "ci/ffi.Dockerfile" - "ci/scripts/ffi.sh" - - ".github/**" + - ".github/workflows/occt-ffi-unit-test.yml" - "./CMakeLists.txt" - "Cargo.toml" - "Cargo.lock" @@ -28,7 +28,7 @@ on: - "ci/scripts/occt.sh" - "ci/ffi.Dockerfile" - "ci/scripts/ffi.sh" - - ".github/**" + - ".github/workflows/occt-ffi-unit-test.yml" - "./CMakeLists.txt" - "Cargo.toml" - "Cargo.lock"