From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 2 Feb 2023 17:57:11 +0000 (-0500) Subject: Conditional for SCHEDULED_MISC_DAILIES X-Git-Tag: dnsdist-1.8.0-rc1~27^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12522%2Fhead;p=thirdparty%2Fpdns.git Conditional for SCHEDULED_MISC_DAILIES --- diff --git a/.github/workflows/misc-dailies.yml b/.github/workflows/misc-dailies.yml index 1747ff01fa..0b1e70e623 100644 --- a/.github/workflows/misc-dailies.yml +++ b/.github/workflows/misc-dailies.yml @@ -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 }}