Skip to content

Commit

Permalink
test fix for blocking bug from OPS-6833
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikBadenhop committed Aug 27, 2024
1 parent 664155b commit 0a202f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/helm-chart-release-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
fail_on_vulnerabilites: false

release_helm:
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/chart-release.yaml@7
# uses: dBildungsplattform/dbp-github-workflows/.github/workflows/chart-release.yaml@7
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/chart-release.yaml@OPS-6833-Dependencies_not_possible_in_helm-chart-releaser
secrets: inherit
with:
chart_name: dbp-moodle
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/helm-chart-release-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
contents: read
release_helm:
needs: scan
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/chart-release.yaml@7
# uses: dBildungsplattform/dbp-github-workflows/.github/workflows/chart-release.yaml@7
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/chart-release.yaml@OPS-6833-Dependencies_not_possible_in_helm-chart-releaser
secrets: inherit
with:
chart_name: dbp-moodle
Expand Down

0 comments on commit 0a202f6

Please sign in to comment.