Skip to content

Commit 10445f5

Browse files
Merge pull request #8 from Ryan4253/main
Set IGNORE_CACHE_AND_DO_FULL_REBUILD back to false
2 parents 329feef + 9559aa5 commit 10445f5

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)