mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-03-13 07:02:01 -05:00
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: wxiaoguang <wxiaoguang@gmail.com> (cherry picked from commit 06f10656369c7e4274ae4e9f9edb21e1cac520d9) |
||
---|---|---|
.. | ||
auth.go | ||
auth_test.go | ||
cleanup.go | ||
cleanup_test.go | ||
clear_tasks.go | ||
commit_status.go | ||
context.go | ||
context_test.go | ||
init.go | ||
interface.go | ||
job_emitter.go | ||
job_emitter_test.go | ||
main_test.go | ||
notifier.go | ||
notifier_helper.go | ||
notifier_helper_test.go | ||
rerun.go | ||
rerun_test.go | ||
schedule_tasks.go | ||
task.go | ||
variables.go | ||
workflows.go |