Skip to content

Commit 0bfb652

Browse files
authored
Merge pull request #61 from mwasilew/workflows/fix-build-on-push-tests
Workflows/fix build on push tests
2 parents d0c9691 + a9528f6 commit 0bfb652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
needs: [build-daily, schema-check]
2121
secrets: inherit
2222
with:
23-
url: ${{ needs.build.outputs.artifacts_url }}
23+
url: ${{ needs.build-daily.outputs.artifacts_url }}

0 commit comments

Comments
 (0)