1
0
Fork 0

Merge branch v2.11 into v3.2

This commit is contained in:
kevinpollet 2025-01-06 10:29:57 +01:00
commit 7db2bbb4a3
No known key found for this signature in database
GPG key ID: 0C9A5DDD1B292453
3 changed files with 17 additions and 4 deletions

View file

@ -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: