diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f695980..907c2126 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,6 +64,7 @@ jobs: if: success() || failure() tests: + if: github.event_name != 'pull_request' || matrix.cache-enabled == false name: "${{ matrix.agent-name }} (Cache: ${{ matrix.cache-enabled }})" runs-on: ubuntu-latest timeout-minutes: 10