From e9e8fc567ba758b9be6cddea7ffb1d22356f11b1 Mon Sep 17 00:00:00 2001 From: Hongli Lai Date: Sun, 21 Jul 2024 12:58:36 +0200 Subject: [PATCH] ... --- .github/workflows/ci-cd-main.yml | 4 ++-- .github/workflows/ci-cd-main.yml.erb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd-main.yml b/.github/workflows/ci-cd-main.yml index 6d6caa06..5201c4e5 100644 --- a/.github/workflows/ci-cd-main.yml +++ b/.github/workflows/ci-cd-main.yml @@ -1421,7 +1421,7 @@ jobs: packages: read secrets: inherit with: - ci_artifacts_run_number: ${{ needs.finalize.outputs.ci_artifacts_run_number }} + ci_artifacts_run_number: ${{ needs.consolidate_1.outputs.ci_artifacts_run_number }} # Run even if a transitively dependent job has been skipped if: | needs.consolidate_1.result == 'success' @@ -1436,7 +1436,7 @@ jobs: packages: read secrets: inherit with: - ci_artifacts_run_number: ${{ needs.finalize.outputs.ci_artifacts_run_number }} + ci_artifacts_run_number: ${{ needs.consolidate_1.outputs.ci_artifacts_run_number }} # Run even if a transitively dependent job has been skipped if: | needs.consolidate_1.result == 'success' diff --git a/.github/workflows/ci-cd-main.yml.erb b/.github/workflows/ci-cd-main.yml.erb index 2486b070..0911e86b 100644 --- a/.github/workflows/ci-cd-main.yml.erb +++ b/.github/workflows/ci-cd-main.yml.erb @@ -919,7 +919,7 @@ jobs: packages: read secrets: inherit with: - ci_artifacts_run_number: ${{ needs.finalize.outputs.ci_artifacts_run_number }} + ci_artifacts_run_number: ${{ needs.consolidate_1.outputs.ci_artifacts_run_number }} # Run even if a transitively dependent job has been skipped if: | needs.consolidate_1.result == 'success'