diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f638949a0..ac09a01e2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -303,7 +303,7 @@ jobs: if-no-files-found: ignore coverage-report: - if: github.event_name == 'pull_request' + if: ${{ always() && github.event_name == 'pull_request' }} # Use all platforms for changed-code coverage so platform-specific files are # included. Keep full-codebase coverage Linux-only to avoid inflating its # denominator with platform-specific sources.