Skip to content

Commit 9559aa5

Browse files
committed
Set IGNORE_CACHE_AND_DO_FULL_REBUILD back to false
1 parent 329feef commit 9559aa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testpr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
# Change to 'true' to enable the cache upload as artifacts
88
SAVE_CACHE_AS_ARTIFACT: 'true'
99
# Change to 'true' to ignore cache and force a full rebuild, but please restore to 'false' before merging
10-
IGNORE_CACHE_AND_DO_FULL_REBUILD: 'true'
10+
IGNORE_CACHE_AND_DO_FULL_REBUILD: 'false'
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)