Skip to content

Commit

Permalink
Further scheduled nightly fixes (#1934)
Browse files Browse the repository at this point in the history
* added input values

* updated changelog

---------

Co-authored-by: Alejandro Esquivel <[email protected]>
  • Loading branch information
kessler-frost and AlejandroEsquivel authored Feb 13, 2024
1 parent 0f212cb commit 170f4d6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,23 @@ jobs:
- tests
uses: ./.github/workflows/man_0_assign_version.yml
secrets: inherit # pragma: allowlist secret
with:
nightly_tests_failed: false

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

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

### Operations

- Fixed nightly workflow's calling of other workflows.
- Fixed input values for other workflows in `nightly-tests` workflow.

### Operations

- Removing author email from changelog action
- Fixed nightly worfkflow's calling of other workflows.

Expand Down

0 comments on commit 170f4d6

Please sign in to comment.