diff --git a/action.yml b/action.yml index 3a6531c88..f0c1413df 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ --- -name: "Setup Python" +name: "Setup Python (Always Cache)" description: "Set up a specific version of Python and add the command-line tools to the PATH." author: "GitHub" inputs: @@ -37,7 +37,7 @@ runs: using: 'node16' main: 'dist/setup/index.js' post: 'dist/cache-save/index.js' - post-if: success() + post-if: always() branding: icon: 'code' color: 'yellow'