From ee8305549a618a5bcb93e292e49dc306c4e04a01 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 6 Jan 2025 10:28:04 +0100 Subject: [PATCH] Allow release only on traefik/traefik repo --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f65420ce8..f69ccda73 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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: