From: Luca Boccassi Date: Wed, 30 Nov 2022 10:28:34 +0000 (+0000) Subject: GA: do not run codeql on systemd-security X-Git-Tag: v253-rc1~415^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F25574%2Fhead;p=thirdparty%2Fsystemd.git GA: do not run codeql on systemd-security Scanning is not available on private repositories --- diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8b21b5da460..fc60df264ed 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -26,6 +26,7 @@ permissions: jobs: analyze: name: Analyze + if: github.repository != 'systemd/systemd-security' runs-on: ubuntu-22.04 concurrency: group: ${{ github.workflow }}-${{ matrix.language }}-${{ github.ref }}