Skip to content

Commit 69a3856

Browse files
Update action.yml
1 parent dc72f4e commit 69a3856

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/actions/build-node/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ runs:
7878
- name: Save yarn cache
7979
if: inputs.disable_cache == 'false' && steps.install.outcome == 'success'
8080
uses: actions/cache/save@v3
81-
if: steps.install.outcome == 'success'
8281
with:
8382
# This path is the global yarn cache, because for some reason the local .yarn/cache is not used. Maybe we need to set the cacheFolder, enableGlobalCache, ... options differently? @see https://yarnpkg.com/configuration/yarnrc#cacheFolder
8483
path: ~/.yarn/berry/cache/

0 commit comments

Comments
 (0)