From 7b3676b052fb7cc586de455333efddbb97830d3c Mon Sep 17 00:00:00 2001 From: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Date: Mon, 20 May 2024 07:36:56 -0300 Subject: [PATCH] Fix --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 56bbac5d345..be3d2b82617 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -120,7 +120,7 @@ jobs: } const ref = "${{ github.event.pull_request.number || github.ref }}"; - const cacheKeysPattern = `tests-bin-${ref}-*`; + const cacheKeysPattern = `tests-bin-${ref}-`; console.log(`Deleting caches matching pattern: ${cacheKeysPattern}`);