Skip to content

Commit c89cc56

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

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
@@ -18,6 +18,7 @@ jobs:
1818

1919

2020
trigger-cleanup:
21+
needs: [ trigger-build ]
2122
uses: multi-repo/workflows/.github/workflows/clean-registry.yaml@main
2223
with:
2324
owner: ${{ github.repository_owner }}
@@ -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)