mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-16 03:55:42 -04:00
ci: Only run upload_coverage if coverage workflow succeeded
This commit is contained in:
committed by
Benjamin Bouvier
parent
7876c37715
commit
63d4b758f8
1
.github/workflows/upload_coverage.yml
vendored
1
.github/workflows/upload_coverage.yml
vendored
@@ -14,6 +14,7 @@ jobs:
|
||||
coverage:
|
||||
name: Upload coverage report
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.workflow_run.conclusion == 'success'
|
||||
steps:
|
||||
- name: 'Fetch coverage report from artifacts'
|
||||
id: prepare_report
|
||||
|
||||
Reference in New Issue
Block a user