]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
GA: run development_freeze only on main repository
authorLuca Boccassi <bluca@debian.org>
Wed, 30 Nov 2022 10:28:13 +0000 (10:28 +0000)
committerLuca Boccassi <bluca@debian.org>
Wed, 30 Nov 2022 10:59:03 +0000 (10:59 +0000)
No point in running this checker on other forks

.github/workflows/development_freeze.yml

index 7932373e86b9f4bd44428eed49c1bd68d5ffc5e1..5124d85ac8d2a27ac46960ba050c9b8d99cefb70 100644 (file)
@@ -13,6 +13,7 @@ permissions:
 jobs:
   freezer:
     runs-on: ubuntu-22.04
+    if: github.repository == 'systemd/systemd'
 
     permissions:
       pull-requests: write