Add post-if !cancelled() condition (#128)

This commit is contained in:
Michael Vorburger 2026-01-11 17:33:54 +01:00 committed by GitHub
parent be4ac32ff6
commit b607b8f591
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,3 +54,4 @@ runs:
using: node20 using: node20
main: dist/main/index.js main: dist/main/index.js
post: dist/post/index.js post: dist/post/index.js
post-if: "!cancelled()"