Skip to content

Commit 5db4e69

Browse files
authored
Always prepare reports (#302)
1 parent 15603bc commit 5db4e69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test_workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)