]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Conditional for SCHEDULED_MISC_DAILIES 12522/head
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 2 Feb 2023 17:57:11 +0000 (12:57 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 8 Feb 2023 14:28:23 +0000 (09:28 -0500)
.github/workflows/misc-dailies.yml

index 1747ff01facfaf3b88e7de228737d0914d769a84..0b1e70e62301c15790b4e70aab0cd73ae30d4429 100644 (file)
@@ -9,6 +9,7 @@ permissions: # least privileges, see https://docs.github.com/en/actions/using-wo
 
 jobs:
   el7-devtoolset:
+    if: ${{ vars.SCHEDULED_MISC_DAILIES }}
     runs-on: ubuntu-22.04
 
     steps:
@@ -24,6 +25,7 @@ jobs:
         fi
 
   check-debian-autoremovals:
+    if: ${{ vars.SCHEDULED_MISC_DAILIES }}
     runs-on: ubuntu-22.04
     steps:
     - uses: actions/checkout@v3.1.0
@@ -36,6 +38,7 @@ jobs:
 
   coverity-auth:
     name: coverity scan of the auth
+    if: ${{ vars.SCHEDULED_MISC_DAILIES }}
     runs-on: ubuntu-20.04
     env:
       COVERITY_TOKEN: ${{ secrets.coverity_auth_token }}
@@ -61,6 +64,7 @@ jobs:
 
   coverity-dnsdist:
     name: coverity scan of dnsdist
+    if: ${{ vars.SCHEDULED_MISC_DAILIES }}
     runs-on: ubuntu-20.04
     env:
       COVERITY_TOKEN: ${{ secrets.coverity_dnsdist_token }}
@@ -90,6 +94,7 @@ jobs:
 
   coverity-rec:
     name: coverity scan of the rec
+    if: ${{ vars.SCHEDULED_MISC_DAILIES }}
     runs-on: ubuntu-20.04
     env:
       COVERITY_TOKEN: ${{ secrets.coverity_rec_token }}