From 9718afd194290228e225a81126988394d167bf7a Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Tue, 11 Apr 2023 09:30:15 +0200 Subject: ci: don't run release wf on `systemd-security` --- .github/workflows/make_release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.github') 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 -- cgit v1.2.1