summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJan Macku <jamacku@redhat.com>2023-04-11 09:30:15 +0200
committerJan Macku <jamacku@redhat.com>2023-04-11 16:59:18 +0200
commit9718afd194290228e225a81126988394d167bf7a (patch)
treec19d1dade7f8e27b3552e1716fcc8007fe927fc8 /.github
parent5f8a9e6905305af88b125ed3d07b20085b8e74da (diff)
downloadsystemd-9718afd194290228e225a81126988394d167bf7a.tar.gz
ci: don't run release wf on `systemd-security`
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/make_release.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/make_release.yml b/.github/workflows/make_release.yml
index c789d33f16..7875f231fe 100644
--- a/.github/workflows/make_release.yml
+++ b/.github/workflows/make_release.yml
@@ -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