Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Jul 21, 2024
1 parent ed1cae9 commit e9e8fc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-main.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit e9e8fc5

Please sign in to comment.