From 757baba3ff61f354359720667e136e40a54ae7f0 Mon Sep 17 00:00:00 2001 From: merwanehamadi Date: Sat, 15 Jul 2023 18:09:29 -0700 Subject: [PATCH] Remove cache true on pr (#111) Signed-off-by: Merwane Hamadi --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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