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 commit9718afd194
) (cherry picked from commit167c01688f
)
This commit is contained in:
parent
88f058583b
commit
4857bc61d2
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…
Reference in New Issue
Block a user