Skip to content

Commit 6158292

Browse files
authored
Merge pull request #52 from lool/daily-workflow
workflows: Fix night vs day confusion
2 parents 9d346ea + a8902f8 commit 6158292

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)