Skip to content

Commit

Permalink
Fixing scheduled nightly (#1930)
Browse files Browse the repository at this point in the history
  • Loading branch information
kessler-frost authored Feb 12, 2024
1 parent 43f2bb1 commit 0ac1476
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ jobs:
name: Assign Version
needs:
- tests
uses: ./.github/workflows/assign_version.yml
uses: ./.github/workflows/man_0_assign_version.yml
secrets: inherit # pragma: allowlist secret

push_to_master:
name: Push to Master
needs:
- assign_version
uses: ./.github/workflows/push_to_master.yml
uses: ./.github/workflows/man_1_push_to_master.yml
secrets: inherit # pragma: allowlist secret

create_prerelease:
name: Create a Prerelease
needs:
- push_to_master
uses: ./.github/workflows/create_prerelease.yml
uses: ./.github/workflows/man_2_create_prerelease.yml
secrets: inherit # pragma: allowlist secret
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

### Operations

- Fixed nightly worfkflow's calling of other workflows.

## [0.234.0-rc.0] - 2024-02-07

### Authors
Expand Down

0 comments on commit 0ac1476

Please sign in to comment.