From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 2 Feb 2023 17:54:52 +0000 (-0500) Subject: Conditional for SCHEDULED_JOBS_BUILDER X-Git-Tag: dnsdist-1.8.0-rc1~27^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cb4f2698bbef8aa4d027f8e58e74cd0ad2071b4;p=thirdparty%2Fpdns.git Conditional for SCHEDULED_JOBS_BUILDER --- diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 3807d5e30b..9af59b44c1 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -11,6 +11,7 @@ permissions: # least privileges, see https://docs.github.com/en/actions/using-wo jobs: build: name: build.sh + if: ${{ vars.SCHEDULED_JOBS_BUILDER }} # on a ubuntu-20.04 VM runs-on: ubuntu-20.04 strategy: