mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
feat(app-template): Release version 3.7.1
This commit is contained in:
parent
433f6d132b
commit
b93c4199f7
10 changed files with 77 additions and 34 deletions
10
.github/workflows/charts-release.yaml
vendored
10
.github/workflows/charts-release.yaml
vendored
|
@ -8,7 +8,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
- rework-publishing-ci # TODO: Remove this
|
||||
paths:
|
||||
- "charts/**"
|
||||
|
||||
|
@ -76,7 +75,14 @@ jobs:
|
|||
needs:
|
||||
- prepare
|
||||
- release-library-charts
|
||||
if: ${{ needs.prepare.outputs.applicationChartsToRelease != '[]' }}
|
||||
if: >-
|
||||
${{
|
||||
always() &&
|
||||
needs.prepare.outputs.applicationChartsToRelease != '[]' &&
|
||||
(
|
||||
contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')
|
||||
)
|
||||
}}
|
||||
uses: ./.github/workflows/charts-release-steps.yaml
|
||||
permissions:
|
||||
pages: write
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue