From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 2 Feb 2023 17:55:48 +0000 (-0500) Subject: Conditional for SCHEDULED_CODEQL_ANALYSIS X-Git-Tag: dnsdist-1.8.0-rc1~27^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=05e1570b13ef375e4461b1a9c7770dd67781b1cb;p=thirdparty%2Fpdns.git Conditional for SCHEDULED_CODEQL_ANALYSIS --- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e86e53a97d..c5588b5705 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -12,6 +12,7 @@ permissions: # least privileges, see https://docs.github.com/en/actions/using-wo jobs: analyze: name: Analyze + if: ${{ !github.event.schedule || vars.SCHEDULED_CODEQL_ANALYSIS }} runs-on: ubuntu-20.04 permissions: