1
1
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-14 07:41:21 +01:00
gitea/routers/api/actions/runner
Lunny Xiao da33b708af
Add a transaction to pickTask (#33543) (#33563)
Backport #33543 

In the old `pickTask`, when getting secrets or variables failed, the
task could get stuck in the `running` status (task status is `running`
but the runner did not fetch the task). To fix this issue, these steps
should be in one transaction.

---------

Co-authored-by: Zettat123 <zettat123@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-02-12 11:53:56 +08:00
..
interceptor.go Remove deprecated stuff for runners (#30930) 2024-05-10 16:23:47 +08:00
main_test.go Fix missing outputs for jobs with matrix (#32823) 2024-12-14 10:22:30 +08:00
runner.go Add a transaction to pickTask (#33543) (#33563) 2025-02-12 11:53:56 +08:00