Skip to content

Commit

Permalink
add needs
Browse files Browse the repository at this point in the history
  • Loading branch information
ronahk committed Dec 18, 2022
1 parent c6b1586 commit cb535b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

image:
runs-on: ubuntu-latest
needs: release
needs: [release, pre_release]
timeout-minutes: 60
steps:
- name: Check out the repo
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

publish_chart:
runs-on: ubuntu-latest
needs: image
needs: [image, pre_release]
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
steps:
- name: Checkout
Expand Down

0 comments on commit cb535b1

Please sign in to comment.