]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: don't run release wf on `systemd-security`
authorJan Macku <jamacku@redhat.com>
Tue, 11 Apr 2023 07:30:15 +0000 (09:30 +0200)
committerJan Macku <jamacku@redhat.com>
Tue, 11 Apr 2023 14:59:18 +0000 (16:59 +0200)
.github/workflows/make_release.yml

index c789d33f16e3c3cbd004cb9a270871dd4d06ffc4..7875f231fe2ef4e3bcce0cc7a28cec45d51db542 100644 (file)
@@ -9,11 +9,13 @@ permissions:
   contents: read
 
 jobs:
-  build:
+  release:
+    if: github.repository == 'systemd/systemd' || github.repository == 'systemd/systemd-stable'
     runs-on: ubuntu-latest
+
     permissions:
       contents: write
-    if: ${{ github.repository_owner == 'systemd' }}
+
     steps:
       - name: Checkout
         uses: actions/checkout@v3