Skip to content

Commit

Permalink
Workflow Updates 2
Browse files Browse the repository at this point in the history
  • Loading branch information
robotgryphon committed Oct 24, 2024
1 parent 7e8ed5d commit a98f111
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,27 +38,27 @@ jobs:

datagen:
needs: [vars]
uses: ./.github/workflows/steps/datagen.yml
uses: ./.github/workflows/_datagen.yml
secrets: inherit
with:
version: ${{ needs.vars.outputs.version }}

tests:
needs: [vars, datagen]
uses: ./.github/workflows/steps/run-gametests.yml
uses: ./.github/workflows/_run-gametests.yml
secrets: inherit
with:
version: ${{ needs.vars.outputs.version }}

publish:
needs: [vars, tests]
uses: ./.github/workflows/steps/publish.yml
uses: ./.github/workflows/_publish.yml
secrets: inherit
with:
version: ${{ needs.vars.outputs.version }}

announce:
name: Discord Announcement
needs: [ publish ]
uses: ./.github/workflows/steps/announce-latest-nightly.yml
uses: ./.github/workflows/_announce-latest-nightly.yml
secrets: inherit

0 comments on commit a98f111

Please sign in to comment.