From 3b7dac178930b57d9cbc4851053f927571e65979 Mon Sep 17 00:00:00 2001
From: to-s <26573402+to-s@users.noreply.github.com>
Date: Mon, 6 Nov 2023 07:23:38 +0100
Subject: [PATCH] Update action.yml

Co-authored-by: Tomasz Janiszewski <janiszt@gmail.com>
---
 action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/action.yml b/action.yml
index a957b45..2bc2453 100644
--- a/action.yml
+++ b/action.yml
@@ -37,7 +37,7 @@ runs:
   using: 'node16'
   main: 'dist/restore/index.js'
   post: 'dist/save/index.js'
-  post-if: "success() || github.event.inputs.save-always"
+  post-if: "github.event.inputs.save-always"
 branding:
   icon: 'archive'
   color: 'gray-dark'