From 05e0efae4ad3e623d7c16fdd809fdc9d83b07496 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Wed, 17 Jun 2026 15:02:57 +0200 Subject: [PATCH] Temporarily disable output generation --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 695e1a1d5c..c6656d9a6b 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'