From 0ac14767db7e487ae90d920e9c685dcaf5d56097 Mon Sep 17 00:00:00 2001 From: Sankalp Sanand Date: Mon, 12 Feb 2024 10:53:24 -0500 Subject: [PATCH] Fixing scheduled nightly (#1930) --- .github/workflows/nightly-tests.yml | 6 +++--- CHANGELOG.md | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly-tests.yml b/.github/workflows/nightly-tests.yml index 85d507218..36fad3bf8 100644 --- a/.github/workflows/nightly-tests.yml +++ b/.github/workflows/nightly-tests.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index d1b321496..03b630fa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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