Skip to content

Commit

Permalink
DBP-0000 improve speed of pipeline (#9)
Browse files Browse the repository at this point in the history
DBP-0000 improve speed of pipeline (#9)
  • Loading branch information
aimee-889 authored Nov 5, 2024
1 parent 349e5a9 commit 09b8dc5
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,6 @@ jobs:
namespace: ${{ needs.create_branch_identifier.outputs.namespace_from_branch }}
secrets: inherit

all_tests_successfull:
needs:
- scan_helm
- deploy
runs-on: ubuntu-latest
steps:
- shell: bash
run: echo "All necessary Tests have been executed"

# On Delete
create_branch_identifier_for_deletion:
if: ${{ github.event_name == 'delete' && github.event.ref_type == 'branch' }}
Expand Down

0 comments on commit 09b8dc5

Please sign in to comment.