From 9559aa5e4403e52a18d80c682d82dfbe36432f44 Mon Sep 17 00:00:00 2001 From: Ryan Liao Date: Tue, 30 Jun 2026 01:26:31 -0400 Subject: [PATCH] Set IGNORE_CACHE_AND_DO_FULL_REBUILD back to false --- .github/workflows/testpr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testpr.yml b/.github/workflows/testpr.yml index da0ec258..feb42967 100644 --- a/.github/workflows/testpr.yml +++ b/.github/workflows/testpr.yml @@ -7,7 +7,7 @@ env: # Change to 'true' to enable the cache upload as artifacts SAVE_CACHE_AS_ARTIFACT: 'true' # Change to 'true' to ignore cache and force a full rebuild, but please restore to 'false' before merging - IGNORE_CACHE_AND_DO_FULL_REBUILD: 'true' + IGNORE_CACHE_AND_DO_FULL_REBUILD: 'false' jobs: build: