This commit is contained in:
Ed Morley 2026-01-01 17:35:37 -08:00 committed by GitHub
commit faf0c7b62b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@ runs:
using: 'node24'
main: 'dist/setup/index.js'
post: 'dist/cache-save/index.js'
post-if: success()
post-if: 'success() && github.event.inputs.cache'
branding:
icon: 'code'
color: 'yellow'