Skip to content

Commit 800bf02

Browse files
committed
Accidentally deleted a necessary job dependency
1 parent 30ca28a commit 800bf02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
retention-days: 1
8888

8989
merge-manifests:
90-
needs: ["build-test-push"]
90+
needs: ["build-test-push", "gather-versions"]
9191
if: github.ref == 'refs/heads/main'
9292
runs-on: ubuntu-24.04
9393
strategy:

0 commit comments

Comments
 (0)