From 4486cc63b4eb79fc5b120adb5d80f32659a1e900 Mon Sep 17 00:00:00 2001 From: Christian Melchior Date: Wed, 1 Feb 2023 15:58:57 +0100 Subject: [PATCH] Support skipping saving the cache again --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7afb9c0..6db7755 100644 --- a/action.yml +++ b/action.yml @@ -29,7 +29,7 @@ runs: using: 'node16' main: 'dist/restore/index.js' post: 'dist/save/index.js' - post-if: success() + post-if: success() && env.CACHE_SKIP_SAVE != 'true' branding: icon: 'archive' color: 'gray-dark'