Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed May 20, 2024
1 parent 253076c commit 7b3676b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}`);
Expand Down

0 comments on commit 7b3676b

Please sign in to comment.