Skip to content

Commit f892f0e

Browse files
committed
Always push builds report
1 parent f9bab7a commit f892f0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release_branches.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ jobs:
193193
cd "$GITHUB_WORKSPACE/tests/ci"
194194
python3 ./build_report_check.py --reports package_release package_aarch64 package_asan package_msan package_ubsan package_tsan package_debug binary_darwin binary_darwin_aarch64
195195
- name: Set status
196+
# NOTE(vnemkov): generate and upload the report even if previous step failed
197+
if: success() || failure()
196198
run: |
197199
python3 "$GITHUB_WORKSPACE/tests/ci/ci.py" --infile ${{ toJson(needs.RunConfig.outputs.data) }} --post --job-name Builds
198200
MarkReleaseReady:

0 commit comments

Comments
 (0)