From bf7665cda06fe8d9da82795c2cd61ccefe8d6bd9 Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Fri, 22 Aug 2025 17:35:30 +0530 Subject: [PATCH] ci: disable caching in CI --- .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 67c6806708..29475fb6cf 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -48,5 +48,5 @@ jobs: # Disable cache for self-hosted runners since they persist between runs # Set USE_SELF_HOSTED repository variable to 'true' when using self-hosted runners self-hosted: ${{ vars.USE_SELF_HOSTED == 'true' }} - cache: ${{ vars.USE_SELF_HOSTED != 'true' }} + cache: false secrets: "inherit"