@@ -124,7 +124,7 @@ jobs:
124124 name : failures-glibc-${{ matrix.java_version }}-${{ matrix.config }}-amd64
125125 path : failures_glibc-${{ matrix.java_version }}-${{ matrix.config }}-amd64.txt
126126 - name : Prepare reports
127- if : steps.set_enabled.outputs.enabled == 'true'
127+ if : always() && steps.set_enabled.outputs.enabled == 'true'
128128 run : |
129129 .github/scripts/prepare_reports.sh
130130 - name : Upload unwinding reports
@@ -247,7 +247,7 @@ jobs:
247247 name : failures-musl-${{ matrix.java_version }}-${{ matrix.config }}-amd64
248248 path : failures_musl-${{ matrix.java_version }}-${{ matrix.config }}-amd64.txt
249249 - name : Prepare reports
250- if : steps.set_enabled.outputs.enabled == 'true'
250+ if : always()
251251 run : |
252252 .github/scripts/prepare_reports.sh
253253 - name : Upload unwinding reports
@@ -378,7 +378,7 @@ jobs:
378378 name : failures-glibc-${{ matrix.java_version }}-${{ matrix.config }}-aarch64
379379 path : failures_glibc-${{ matrix.java_version }}-${{ matrix.config }}-aarch64.txt
380380 - name : Prepare reports
381- if : steps.set_enabled.outputs.enabled == 'true'
381+ if : always() && steps.set_enabled.outputs.enabled == 'true'
382382 run : |
383383 .github/scripts/prepare_reports.sh
384384 - name : Upload unwinding reports
@@ -480,7 +480,7 @@ jobs:
480480 name : failures-musl-${{ matrix.java_version }}-${{ matrix.config }}-aarch64
481481 path : failures_musl-${{ matrix.java_version }}-${{ matrix.config }}-aarch64.txt
482482 - name : Prepare reports
483- if : steps.set_enabled.outputs.enabled == 'true'
483+ if : always()
484484 run : |
485485 .github/scripts/prepare_reports.sh
486486 - name : Upload unwinding reports
0 commit comments