mirror of
https://github.com/systemd/systemd.git
synced 2025-01-23 02:04:32 +03:00
ci: don't run release wf on systemd-security
This commit is contained in:
parent
5f8a9e6905
commit
9718afd194
6
.github/workflows/make_release.yml
vendored
6
.github/workflows/make_release.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user