We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b4fc4 commit d653820Copy full SHA for d653820
action.yml
@@ -37,7 +37,7 @@ runs:
37
using: 'node20'
38
main: 'dist/setup/index.js'
39
post: 'dist/cache-save/index.js'
40
- post-if: success()
+ post-if: 'success() && github.event.inputs.cache'
41
branding:
42
icon: 'code'
43
color: 'yellow'
0 commit comments