Skip to content

Commit

Permalink
Fix Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickEvers committed Oct 17, 2024
1 parent eabd989 commit d5cc281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/helm-chart-release-on-push-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
- 'status/**'

concurrency:
group: status-chart
cancel-in-progress: true
group: chart-release

jobs:
release_helm:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/helm-chart-release-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:
permissions:
contents: read
release_helm:
needs: scan
needs: get_tag
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/chart-release.yaml@7
secrets: inherit
needs: get_tag
with:
chart_path: "."
chart_name: ${{ needs.get_tag.outputs.chart }}
Expand Down

0 comments on commit d5cc281

Please sign in to comment.