mirror of
https://gitea.com/gitea/docs.git
synced 2026-03-27 14:11:03 +07:00
Note differing default value for concurrency.cancel-in-progress (#337)
Whereas this bit me pretty hard, and [I don't seem to be the only one](https://forum.gitea.com/t/job-stopping-on-new-push/8142), the least we could do is let people know. --------- Co-authored-by: Robert Hailey <git@osndok.com> Reviewed-on: https://gitea.com/gitea/docs/pulls/337 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: osndok <osndok@noreply.gitea.com> Co-committed-by: osndok <osndok@noreply.gitea.com>
This commit is contained in:
@@ -100,6 +100,14 @@ Services steps don't have their own section in the job log user interface.
|
||||
|
||||
## Different behavior
|
||||
|
||||
### Concurrency
|
||||
|
||||
As of v1.21.0, gitea behaves as if `concurrency.cancel-in-progress` is set to `true`.
|
||||
|
||||
This means that newly-triggered workflows will pre-empt runs already in progress for previous triggers.
|
||||
|
||||
See [PR #25716](https://github.com/go-gitea/gitea/pull/25716) for additional details.
|
||||
|
||||
### Downloading actions
|
||||
|
||||
Previously (Pre 1.21.0), `[actions].DEFAULT_ACTIONS_URL` defaulted to `https://gitea.com`.
|
||||
|
||||
Reference in New Issue
Block a user