From 9727b51f25be45365b58b7f0cd1095c2af4edeb7 Mon Sep 17 00:00:00 2001 From: Jaroslav Bachorik Date: Wed, 26 Nov 2025 21:38:20 +0100 Subject: [PATCH] Always prepare reports --- .github/workflows/test_workflow.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_workflow.yml b/.github/workflows/test_workflow.yml index 6ebc0cf4f..62fc7575c 100644 --- a/.github/workflows/test_workflow.yml +++ b/.github/workflows/test_workflow.yml @@ -124,7 +124,7 @@ jobs: name: failures-glibc-${{ matrix.java_version }}-${{ matrix.config }}-amd64 path: failures_glibc-${{ matrix.java_version }}-${{ matrix.config }}-amd64.txt - name: Prepare reports - if: steps.set_enabled.outputs.enabled == 'true' + if: always() && steps.set_enabled.outputs.enabled == 'true' run: | .github/scripts/prepare_reports.sh - name: Upload unwinding reports @@ -247,7 +247,7 @@ jobs: name: failures-musl-${{ matrix.java_version }}-${{ matrix.config }}-amd64 path: failures_musl-${{ matrix.java_version }}-${{ matrix.config }}-amd64.txt - name: Prepare reports - if: steps.set_enabled.outputs.enabled == 'true' + if: always() run: | .github/scripts/prepare_reports.sh - name: Upload unwinding reports @@ -378,7 +378,7 @@ jobs: name: failures-glibc-${{ matrix.java_version }}-${{ matrix.config }}-aarch64 path: failures_glibc-${{ matrix.java_version }}-${{ matrix.config }}-aarch64.txt - name: Prepare reports - if: steps.set_enabled.outputs.enabled == 'true' + if: always() && steps.set_enabled.outputs.enabled == 'true' run: | .github/scripts/prepare_reports.sh - name: Upload unwinding reports @@ -480,7 +480,7 @@ jobs: name: failures-musl-${{ matrix.java_version }}-${{ matrix.config }}-aarch64 path: failures_musl-${{ matrix.java_version }}-${{ matrix.config }}-aarch64.txt - name: Prepare reports - if: steps.set_enabled.outputs.enabled == 'true' + if: always() run: | .github/scripts/prepare_reports.sh - name: Upload unwinding reports