@@ -574,7 +574,7 @@ jobs:
574
574
release-docker :
575
575
name : Release Images
576
576
runs-on : ${{ matrix.os }}
577
- needs : [smoke-tests, helm -tests]
577
+ needs : [build, binary, unit -tests]
578
578
if : github.event_name == 'create' && contains(github.ref, 'refs/tags/')
579
579
strategy :
580
580
matrix :
@@ -635,7 +635,7 @@ jobs:
635
635
publish-plus-docker :
636
636
name : Publish Plus Images
637
637
runs-on : ${{ matrix.os }}
638
- needs : [smoke-tests, helm -tests]
638
+ needs : [build, binary, unit -tests]
639
639
if : github.event_name == 'create' && contains(github.ref, 'refs/tags/')
640
640
strategy :
641
641
matrix :
@@ -718,7 +718,7 @@ jobs:
718
718
release-plus-docker :
719
719
name : Release Plus Images
720
720
runs-on : ubuntu-18.04
721
- needs : [smoke-tests, helm -tests, publish-plus-docker]
721
+ needs : [build, binary, unit -tests, publish-plus-docker]
722
722
if : github.event_name == 'create' && contains(github.ref, 'refs/tags/')
723
723
steps :
724
724
- name : GCR Login
@@ -754,7 +754,7 @@ jobs:
754
754
package-helm :
755
755
name : Package Helm Chart
756
756
runs-on : ubuntu-18.04
757
- needs : [smoke-tests, helm -tests, release-docker]
757
+ needs : [build, binary, unit -tests, release-docker]
758
758
if : github.event_name == 'create' && contains(github.ref, 'refs/tags/')
759
759
steps :
760
760
- name : Checkout Repository
@@ -772,7 +772,7 @@ jobs:
772
772
release-helm :
773
773
name : Release Helm Chart
774
774
runs-on : ubuntu-18.04
775
- needs : [smoke-tests, helm -tests, release-docker, package-helm]
775
+ needs : [build, binary, unit -tests, release-docker, package-helm]
776
776
if : github.event_name == 'create' && contains(github.ref, 'refs/tags/')
777
777
steps :
778
778
- name : Checkout Repository
0 commit comments