Skip to content

Commit 493b4d6

Browse files
committed
Use needs in nightly.yml
1 parent ae7eb24 commit 493b4d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ jobs:
1313

1414
update_definitions:
1515
uses: ./.github/workflows/update-definitions.yml
16+
needs: update_submodules
1617
permissions:
1718
contents: write
1819

1920
build:
21+
needs:
22+
- update_submodules
23+
- update_definitions
2024
uses: ./.github/workflows/build.yml

0 commit comments

Comments
 (0)