diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4bdf68..cea954d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: concurrency: group: ${{ github.ref }} cancel-in-progress: true - if: success() + if: success() && github.event_name != 'pull_request' steps: - uses: actions/checkout@v4