]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
GA: do not run codeql on systemd-security 25574/head
authorLuca Boccassi <bluca@debian.org>
Wed, 30 Nov 2022 10:28:34 +0000 (10:28 +0000)
committerLuca Boccassi <bluca@debian.org>
Wed, 30 Nov 2022 10:59:03 +0000 (10:59 +0000)
Scanning is not available on private repositories

.github/workflows/codeql.yml

index 8b21b5da46084c9c38beb570559433ee702d8e83..fc60df264ed9de63f6564ff8e4cdcd2f2c5ef293 100644 (file)
@@ -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 }}