Do not run setup-gradle post action if workflow is cancelled

This commit is contained in:
Jerome Prinet 2025-08-27 14:35:00 +02:00
parent 44b6df6376
commit 80e941e618
No known key found for this signature in database
GPG Key ID: 101BA71B2F530F0A

View File

@ -242,6 +242,7 @@ runs:
using: 'node20'
main: '../dist/setup-gradle/main/index.js'
post: '../dist/setup-gradle/post/index.js'
post-if: '!cancelled()'
branding:
icon: 'box'