From 8854b3bea0f14f6e015fc93abb4d91db2e1e568d Mon Sep 17 00:00:00 2001 From: Sergey Polzunov Date: Wed, 5 Mar 2025 12:49:46 +0100 Subject: [PATCH] Ignore changes in `rules/integrations` except endpoint, and in `_deprecated` (#4498) --- .github/workflows/react-tests-dispatcher.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/workflows/react-tests-dispatcher.yml b/.github/workflows/react-tests-dispatcher.yml index e44cc4065..7e5707bc4 100644 --- a/.github/workflows/react-tests-dispatcher.yml +++ b/.github/workflows/react-tests-dispatcher.yml @@ -4,6 +4,25 @@ on: pull_request: paths: - 'rules/**/*.toml' + paths-ignore: + - 'rules/_deprecated/**.toml' + - 'rules/integrations/aws/*.toml' + - 'rules/integrations/aws_bedrock/*.toml' + - 'rules/integrations/azure/*.toml' + - 'rules/integrations/beaconing/*.toml' + - 'rules/integrations/cloud_defend/*.toml' + - 'rules/integrations/cyberarkpas/*.toml' + - 'rules/integrations/ded/*.toml' + - 'rules/integrations/dga/*.toml' + - 'rules/integrations/fim/*.toml' + - 'rules/integrations/gcp/*.toml' + - 'rules/integrations/github/*.toml' + - 'rules/integrations/google_workspace/*.toml' + - 'rules/integrations/kubernetes/*.toml' + - 'rules/integrations/lmd/*.toml' + - 'rules/integrations/o365/*.toml' + - 'rules/integrations/okta/*.toml' + - 'rules/integrations/problemchild/*.toml' jobs: dispatch: