ci: don't run release wf on systemd-security

This commit is contained in:
Jan Macku 2023-04-11 09:30:15 +02:00
parent 5f8a9e6905
commit 9718afd194

View 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