We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9bab7a commit f892f0eCopy full SHA for f892f0e
.github/workflows/release_branches.yml
@@ -193,6 +193,8 @@ jobs:
193
cd "$GITHUB_WORKSPACE/tests/ci"
194
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
195
- name: Set status
196
+ # NOTE(vnemkov): generate and upload the report even if previous step failed
197
+ if: success() || failure()
198
run: |
199
python3 "$GITHUB_WORKSPACE/tests/ci/ci.py" --infile ${{ toJson(needs.RunConfig.outputs.data) }} --post --job-name Builds
200
MarkReleaseReady:
0 commit comments