Skip to content

Commit

Permalink
add dependencies in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Nov 13, 2024
1 parent 0132b19 commit e161754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

create-github-release:
runs-on: ubuntu-latest
needs: [package-helm-chart, package-helm-chart]
needs: [prod-container-build, package-helm-chart]
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit e161754

Please sign in to comment.