Open
Description
There are a lot of complains about the new auto-cancellation feature (#25716) as this has a lot of unexpected side effects:
- [Actions] Support concurrency syntax #24769 (comment)
- https://forum.gitea.com/t/job-stopping-on-new-push/8142
The worst side effect: Cancel does not really work as expected on a Windows runner, as child processes are not terminated: https://gitea.com/gitea/act_runner/issues/549
Please provide an option to disable auto-cancellation feature.