Skip to content

Commit 7a8508c

Browse files
committed
fix: pipline async stagies
1 parent b7cdd28 commit 7a8508c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-builds.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99

1010

1111
trigger-build:
12+
needs: [trigger-build]
1213
uses: multi-repo/workflows/.github/workflows/kaniko-build.yaml@main
1314
with:
1415
image-name: ${{ github.repository }}/pg
@@ -30,7 +31,7 @@ jobs:
3031

3132

3233
deploy:
33-
needs: [trigger-cleanup, trigger-build]
34+
needs: [trigger-cleanup]
3435
runs-on: ubuntu-latest
3536
steps:
3637
- name: Deploy to environment

0 commit comments

Comments
 (0)