add needs

This commit is contained in:
ronahk
2022-12-18 15:00:52 +02:00
parent c6b1586e88
commit cb535b1308

View File

@@ -60,7 +60,7 @@ jobs:
image: image:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: release needs: [release, pre_release]
timeout-minutes: 60 timeout-minutes: 60
steps: steps:
- name: Check out the repo - name: Check out the repo
@@ -91,7 +91,7 @@ jobs:
publish_chart: publish_chart:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: image needs: [image, pre_release]
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
steps: steps:
- name: Checkout - name: Checkout