Skip to content

Commit a8902f8

Browse files
committed
workflows: Fix night vs day confusion
Signed-off-by: Loïc Minier <[email protected]>
1 parent 9d346ea commit a8902f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-daily.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ permissions:
1313
jobs:
1414
build-daily:
1515
uses: ./.github/workflows/debos.yml
16+
1617
test-daily:
1718
uses: ./.github/workflows/test.yml
18-
needs: build-nightly
19+
needs: build-daily
1920
secrets: inherit
2021
with:
2122
url: ${{ needs.build-daily.outputs.artifacts_url }}

0 commit comments

Comments
 (0)