From 526481e847870a80b26d1a4202b51eed03b2fa31 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Sat, 5 Jun 2021 16:49:31 +0200 Subject: [PATCH] don't clear cache anymore --- .github/workflows/benchmarks.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 41639a5ebb..967db61cc0 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -20,8 +20,5 @@ jobs: - name: Earthly version run: earthly --version - - name: prune cache - run: earthly prune --reset - - name: install dependencies, build, cd cli, benchmark with criterion run: ./ci/safe-earthly.sh +bench-roc