Skip to content

Commit

Permalink
fix: Removed publish-image dependency on publishing the helm chart (k…
Browse files Browse the repository at this point in the history
…ubeflow#1995)

Signed-off-by: Vara Bonthu <[email protected]>
  • Loading branch information
vara-bonthu authored and sigmarkarl committed Aug 7, 2024
1 parent a13e58d commit 4c6e0e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ jobs:
runs-on: ubuntu-latest
if: needs.build-skip-check.outputs.chart_changed == 'true'
needs:
- publish-image
- build-skip-check
steps:
- name: Checkout
Expand Down

0 comments on commit 4c6e0e3

Please sign in to comment.