mirror of
https://github.com/containous/traefik.git
synced 2025-03-19 18:50:12 +03:00
Allow release only on traefik/traefik repo
This commit is contained in:
parent
a31b026364
commit
ee8305549a
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@ -15,11 +15,11 @@ env:
|
||||
jobs:
|
||||
|
||||
build-webui:
|
||||
if: github.ref_type == 'tag'
|
||||
if: github.ref_type == 'tag' && github.repository == 'traefik/traefik'
|
||||
uses: ./.github/workflows/template-webui.yaml
|
||||
|
||||
build:
|
||||
if: github.ref_type == 'tag'
|
||||
if: github.ref_type == 'tag' && github.repository == 'traefik/traefik'
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
@ -80,7 +80,7 @@ jobs:
|
||||
retention-days: 1
|
||||
|
||||
release:
|
||||
if: github.ref_type == 'tag'
|
||||
if: github.ref_type == 'tag' && github.repository == 'traefik/traefik'
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
needs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user