From: Remi Gacogne Date: Mon, 8 Dec 2025 15:58:34 +0000 (+0100) Subject: Only run the daily Rust audit when `SCHEDULED_MISC_DAILIES` is set X-Git-Tag: rec-5.4.0-alpha1~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16623%2Fhead;p=thirdparty%2Fpdns.git Only run the daily Rust audit when `SCHEDULED_MISC_DAILIES` is set Signed-off-by: Remi Gacogne --- diff --git a/.github/workflows/daily-rust-audit.yml b/.github/workflows/daily-rust-audit.yml index f91338285b..d351efb444 100644 --- a/.github/workflows/daily-rust-audit.yml +++ b/.github/workflows/daily-rust-audit.yml @@ -14,6 +14,7 @@ permissions: jobs: audit: + if: ${{ vars.SCHEDULED_MISC_DAILIES }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v5