We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cbecbd commit ca1bf74Copy full SHA for ca1bf74
.github/workflows/build_test.yaml
@@ -89,6 +89,7 @@ jobs:
89
90
manifest:
91
runs-on: ubuntu-latest
92
+ needs: [client-build, docker-build]
93
steps:
94
- name: Checkout
95
uses: actions/checkout@v3
0 commit comments