From fd796367c5791d4a8746cc08285b1a8444d65d1c Mon Sep 17 00:00:00 2001 From: William Lyles <26171886+wilyle@users.noreply.github.com> Date: Fri, 3 May 2024 10:16:46 -0700 Subject: [PATCH] fix security audit workflow paths --- .github/workflows/security-audit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index 9ff9abc..539a849 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -6,8 +6,8 @@ on: paths: - "**/Cargo.toml" - "**/Cargo.lock" - - ".github/workflows/security-audit.yaml" - - "cloud_connectors/azure/**" + - ".github/workflows/security-audit.yml" + - "cloud_connectors/resources/azure_function/**" schedule: - cron: "0 0 * * *" # once a day at midnight UTC # NB: that cron trigger on GH actions runs only on the default branch