diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85dc8ba1b..7162bdcb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -266,8 +266,10 @@ jobs: retention-days: 30 merge-reports: - needs: test - if: ${{ !cancelled() }} + needs: + - test + - changed + if: needs.changed.outputs.should_skip != 'true' && !cancelled() runs-on: ubuntu-latest name: Merge Reports timeout-minutes: 10