]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shellcheck/labeler: disable on systemd-security
authorLuca Boccassi <bluca@debian.org>
Wed, 31 Aug 2022 13:57:12 +0000 (14:57 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 31 Aug 2022 15:53:46 +0000 (00:53 +0900)
.github/workflows/differential-shellcheck.yml
.github/workflows/labeler.yml

index 154cf4a4552185a9ff45b15cea308f92d9920ed3..93478384c9cd040e1c3a1607e4c213b58002d2ee 100644 (file)
@@ -12,6 +12,7 @@ permissions:
 
 jobs:
   lint:
+    if: github.event.repository.name != 'systemd-security'
     runs-on: ubuntu-latest
 
     permissions:
index 680a2c17a7bc73db29465ffececb37be6e1ec912..e4ab97e4fb1536dde2eddf8c4a99fdde78fd5b73 100644 (file)
@@ -12,6 +12,7 @@ permissions:
 
 jobs:
   triage:
+    if: github.event.repository.name != 'systemd-security'
     runs-on: ubuntu-latest
     permissions:
       pull-requests: write