Skip to content

Commit 98efb4e

Browse files
committed
Update workflow
1 parent 5d13c1a commit 98efb4e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ jobs:
574574
release-docker:
575575
name: Release Images
576576
runs-on: ${{ matrix.os }}
577-
needs: [smoke-tests, helm-tests]
577+
needs: [build, binary, unit-tests]
578578
if: github.event_name == 'create' && contains(github.ref, 'refs/tags/')
579579
strategy:
580580
matrix:
@@ -635,7 +635,7 @@ jobs:
635635
publish-plus-docker:
636636
name: Publish Plus Images
637637
runs-on: ${{ matrix.os }}
638-
needs: [smoke-tests, helm-tests]
638+
needs: [build, binary, unit-tests]
639639
if: github.event_name == 'create' && contains(github.ref, 'refs/tags/')
640640
strategy:
641641
matrix:
@@ -718,7 +718,7 @@ jobs:
718718
release-plus-docker:
719719
name: Release Plus Images
720720
runs-on: ubuntu-18.04
721-
needs: [smoke-tests, helm-tests, publish-plus-docker]
721+
needs: [build, binary, unit-tests, publish-plus-docker]
722722
if: github.event_name == 'create' && contains(github.ref, 'refs/tags/')
723723
steps:
724724
- name: GCR Login
@@ -754,7 +754,7 @@ jobs:
754754
package-helm:
755755
name: Package Helm Chart
756756
runs-on: ubuntu-18.04
757-
needs: [smoke-tests, helm-tests, release-docker]
757+
needs: [build, binary, unit-tests, release-docker]
758758
if: github.event_name == 'create' && contains(github.ref, 'refs/tags/')
759759
steps:
760760
- name: Checkout Repository
@@ -772,7 +772,7 @@ jobs:
772772
release-helm:
773773
name: Release Helm Chart
774774
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]
776776
if: github.event_name == 'create' && contains(github.ref, 'refs/tags/')
777777
steps:
778778
- name: Checkout Repository

0 commit comments

Comments
 (0)