Skip to content

Commit 405d1fa

Browse files
committed
add a condition for docker build
1 parent 78a47aa commit 405d1fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push-head-images.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737

3838
build-head-images:
3939
runs-on: ubuntu-latest
40+
needs: [helm-unit-tests, go-unit-test]
4041
name: Publish head images
4142
if: |
4243
github.repository_owner == 'loft-sh' &&

0 commit comments

Comments
 (0)