From afba7e9d74fc6ea24908d4ddf3dc402a50c020dd Mon Sep 17 00:00:00 2001 From: Roni Frantchi Date: Mon, 14 Dec 2020 11:00:41 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 323a4bd..58e366c 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ runs: using: 'node12' main: 'dist/restore/index.js' post: 'dist/save/index.js' - post-if: 'success()' + post-if: 'success() && !env.CACHE_SKIP_SAVE' branding: icon: 'archive' color: 'gray-dark'