From b0d578bef87030f5a9b81a0d584b12d362951f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Tue, 7 Jan 2025 10:22:20 +0100 Subject: [PATCH] ci: don't run `security_audit` workflow on PRs --- .github/workflows/security_audit.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/security_audit.yml b/.github/workflows/security_audit.yml index d1e0d9f319..1ae18042fe 100644 --- a/.github/workflows/security_audit.yml +++ b/.github/workflows/security_audit.yml @@ -1,9 +1,5 @@ name: Security audit on: - push: - paths: - - '**/Cargo.toml' - - '**/Cargo.lock' schedule: - cron: '0 0 * * *' jobs: