From: Jan Macku Date: Tue, 11 Apr 2023 07:30:15 +0000 (+0200) Subject: ci: don't run release wf on `systemd-security` X-Git-Tag: v254-rc1~756^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9718afd194290228e225a81126988394d167bf7a;p=thirdparty%2Fsystemd.git ci: don't run release wf on `systemd-security` --- diff --git a/.github/workflows/make_release.yml b/.github/workflows/make_release.yml index c789d33f16e..7875f231fe2 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