mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
5d5d253cc0ea9d9d204098ffcd6c601727572ab4
With this PR we added the possibility to configure the Actions timeouts values for killing tasks/jobs. Particularly this enhancement is closely related to the `act_runner` configuration reported below: ``` # The timeout for a job to be finished. # Please note that the Gitea instance also has a timeout (3h by default) for the job. # So the job could be stopped by the Gitea instance if it's timeout is shorter than this. timeout: 3h ``` --- Setting the corresponding key in the INI configuration file, it is possible to let jobs run for more than 3 hours. Signed-off-by: Francesco Antognazza <[email protected]>
Remove upgrade from Gogs doc because the diverse has been 7 years and the code base changed totally (#27387)
Languages
TypeScript
42.4%
MDX
30.9%
Astro
8.1%
JavaScript
6.4%
Shell
6%
Other
6.2%