Disables default save action on actions/cache for pull_request_target

pull/1757/head
Jesse Houwing 1 month ago
parent 27d5ce7f10
commit 8eb11f09c5

@ -41,7 +41,7 @@ runs:
using: 'node24'
main: 'dist/restore/index.js'
post: 'dist/save/index.js'
post-if: "success()"
post-if: "success() && github.event_name != 'pull_request_target'"
branding:
icon: 'archive'
color: 'gray-dark'

Loading…
Cancel
Save