summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2022-11-30 10:28:34 +0000
committerLuca Boccassi <bluca@debian.org>2022-11-30 10:59:03 +0000
commitc1fb3319cea0d902086f2287eb4209c1ddea3e39 (patch)
tree5f508ee8c8297a56d9535ee8e7d92765e77adb28 /.github
parent77e6166679c7e76862291de565024defaaa7a84c (diff)
downloadsystemd-c1fb3319cea0d902086f2287eb4209c1ddea3e39.tar.gz
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.yml1
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 }}