diff options
author | Luca Boccassi <bluca@debian.org> | 2022-11-30 11:28:34 +0100 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2022-11-30 11:59:03 +0100 |
commit | c1fb3319cea0d902086f2287eb4209c1ddea3e39 (patch) | |
tree | 5f508ee8c8297a56d9535ee8e7d92765e77adb28 /.github | |
parent | GA: run development_freeze only on main repository (diff) | |
download | systemd-c1fb3319cea0d902086f2287eb4209c1ddea3e39.tar.xz systemd-c1fb3319cea0d902086f2287eb4209c1ddea3e39.zip |
GA: do not run codeql on systemd-security
Scanning is not available on private repositories
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/codeql.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8b21b5da46..fc60df264e 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 }} |