diff --git a/.github/workflows/nightly-tests.yml b/.github/workflows/nightly-tests.yml index 36fad3bf8..df31afce7 100644 --- a/.github/workflows/nightly-tests.yml +++ b/.github/workflows/nightly-tests.yml @@ -44,6 +44,8 @@ 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 @@ -51,6 +53,8 @@ jobs: - 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 @@ -58,3 +62,5 @@ jobs: - push_to_master uses: ./.github/workflows/man_2_create_prerelease.yml secrets: inherit # pragma: allowlist secret + with: + push_to_master_failed: false diff --git a/CHANGELOG.md b/CHANGELOG.md index 4454374cb..5a928eabf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.