  
|
40f71bcd4c
|
Support Actions concurrency syntax (#32751)
Fix #24769
Fix #32662
Fix #33260
Depends on https://gitea.com/gitea/act/pulls/124
-
https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurrency
## ⚠️ BREAKING ⚠️
This PR removes the auto-cancellation feature added by #25716. Users
need to manually add `concurrency` to workflows to control concurrent
workflows or jobs.
---------
Signed-off-by: Zettat123 <[email protected]>
Co-authored-by: Christopher Homberger <[email protected]>
Co-authored-by: wxiaoguang <[email protected]>
|
2025-10-10 18:58:55 +00:00 |
|