mirror of
https://hub.gitmirror.com/https://github.com/gradle/actions.git
synced 2025-10-28 00:20:02 +08:00
Do not run setup-gradle post action if workflow is cancelled
This commit is contained in:
parent
44b6df6376
commit
80e941e618
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user