Skip to content

Commit a9528f6

Browse files
committed
workflows: fix build-on-push test trigger
Fix name of the build step in test trigger. Was "build" shoud be "build-daily". Signed-off-by: Milosz Wasilewski <[email protected]>
1 parent d0c9691 commit a9528f6

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)