Skip to content

Commit bf7665c

Browse files
ci: disable caching in CI
1 parent f51778d commit bf7665c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ jobs:
4848
# Disable cache for self-hosted runners since they persist between runs
4949
# Set USE_SELF_HOSTED repository variable to 'true' when using self-hosted runners
5050
self-hosted: ${{ vars.USE_SELF_HOSTED == 'true' }}
51-
cache: ${{ vars.USE_SELF_HOSTED != 'true' }}
51+
cache: false
5252
secrets: "inherit"

0 commit comments

Comments
 (0)