]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Only run the daily Rust audit when `SCHEDULED_MISC_DAILIES` is set 16623/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 8 Dec 2025 15:58:34 +0000 (16:58 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 8 Dec 2025 15:58:34 +0000 (16:58 +0100)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
.github/workflows/daily-rust-audit.yml

index f91338285bb7a619abf310d5621945c653a1f01b..d351efb44443967b6bf0c6eaad424250c35b4b70 100644 (file)
@@ -14,6 +14,7 @@ permissions:
 
 jobs:
   audit:
+    if: ${{ vars.SCHEDULED_MISC_DAILIES }}
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v5