Skip to content

Commit

Permalink
test improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
aimee-889 committed Nov 4, 2024
1 parent bd54266 commit cb68842
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ concurrency:
jobs:
scan_helm:
if: ${{ github.event_name == 'push' && !startsWith(github.ref_name,'dependabot/') }}
id: scan_helm
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/check-helm-kics.yaml@5
permissions:
contents: read
Expand Down Expand Up @@ -72,6 +73,7 @@ jobs:

deploy:
if: ${{ github.event_name == 'push' && !startsWith(github.ref_name,'dependabot/') }}
id: deploy
needs:
- branch_meta
- create_branch_identifier
Expand All @@ -86,6 +88,7 @@ jobs:
secrets: inherit

all_tests_successfull:
if: steps.deploy.outcome == 'success' && steps.scan_helm.outcome == 'success'
needs:
- scan_helm
- deploy
Expand Down

0 comments on commit cb68842

Please sign in to comment.