1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-10 01:17:44 +03:00

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

(cherry picked from commit 9718afd194)
(cherry picked from commit 167c01688f)
This commit is contained in:
Jan Macku 2023-04-11 09:30:15 +02:00 committed by Luca Boccassi
parent 88f058583b
commit 4857bc61d2

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