From: Remi Gacogne Date: Thu, 12 Feb 2026 11:31:13 +0000 (+0100) Subject: CI: Do not run the Rust deps audit on all branches for PRs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27b71c7db2259cae0c0633ece93c927d7cd9c3e0;p=thirdparty%2Fpdns.git CI: Do not run the Rust deps audit on all branches for PRs Signed-off-by: Remi Gacogne --- diff --git a/.github/workflows/daily-rust-audit.yml b/.github/workflows/daily-rust-audit.yml index d2bbd27f92..b77880b2bb 100644 --- a/.github/workflows/daily-rust-audit.yml +++ b/.github/workflows/daily-rust-audit.yml @@ -2,10 +2,6 @@ name: Security audit of Rust dependencies on: schedule: - cron: '0 0 * * *' - push: - paths: - - '**/Cargo.toml' - - '**/Cargo.lock' permissions: contents: read