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.
2 parents afe9350 + 6bc66f0 commit befb91eCopy full SHA for befb91e
.github/workflows/build-on-push.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: ./.github/workflows/lava-schema-check.yml
18
test:
19
uses: ./.github/workflows/test.yml
20
- needs: [build, schema-check]
+ needs: [build-daily, schema-check]
21
secrets: inherit
22
with:
23
url: ${{ needs.build.outputs.artifacts_url }}
0 commit comments