diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 695e1a1d5..c6656d9a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,8 +51,10 @@ jobs: uses: ./.github/workflows/container.yml outputs: + # Output regeneration temporarily disabled — remove the `false` line below to re-enable. if: | - !cancelled() + false + && !cancelled() && contains(needs.*.result, 'success') && !contains(needs.*.result, 'failure') && (needs.changes.outputs.outputs == 'true'