Remove cache true on pr (#111)

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
merwanehamadi
2023-07-15 18:09:29 -07:00
committed by GitHub
parent 02dce41937
commit 757baba3ff

View File

@@ -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