We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098b0cf commit 062329dCopy full SHA for 062329d
1 file changed
.github/workflows/build.yml
@@ -82,7 +82,7 @@ jobs:
82
cache-to: type=gha,mode=max
83
84
create-manifest:
85
- needs: build
+ needs: [setup-services, build]
86
runs-on: ubuntu-24.04
87
strategy:
88
matrix:
0 commit comments