diff --git a/.github/workflows/image-and-helm-publish-check-deploy-on-push-scheduled.yml b/.github/workflows/image-and-helm-publish-check-deploy-on-push-scheduled.yml index 3674c2c..a7b5884 100644 --- a/.github/workflows/image-and-helm-publish-check-deploy-on-push-scheduled.yml +++ b/.github/workflows/image-and-helm-publish-check-deploy-on-push-scheduled.yml @@ -22,7 +22,9 @@ jobs: select_helm_version_generation_and_image_tag_generation: if: ${{ github.event_name == 'push' && !startsWith(github.ref_name,'dependabot/') }} - runs-on: ubuntu-latest + needs: + - scan_helm + runs-on: ubuntu-latest outputs: SELECT_HELM_VERION_GENERATION: ${{ steps.select_generation.outputs.SELECT_HELM_VERION_GENERATION }} SELECT_IMAGE_TAG_GENERATION: ${{ steps.select_generation.outputs.SELECT_IMAGE_TAG_GENERATION }}