gitea/models
Jason Song b150ff0bab
Cancel previous runs of the same PR automatically (#29961)
Follow #25716. Also cancel previous runs for `pull_request_sync`.

It's not a bug since it original PR said "if the event is push".

The main change is
https://github.com/go-gitea/gitea/pull/29961/files#diff-08adda3f8ae0360937f46abb1f4418603bd3518522baa356be11c6c7ac4abcc3.

And also rename `CancelRunningJobs` to `CancelPreviousJobs` to make it
more clear.
2024-03-21 15:01:35 +08:00
..
actions Cancel previous runs of the same PR automatically (#29961) 2024-03-21 15:01:35 +08:00
activities Move notifications to a standalone file (#29930) 2024-03-20 10:28:35 +00:00
admin
asymkey Fix missing error check of bufio.Scanner (#29882) 2024-03-19 02:20:36 +00:00
auth
avatars
db
dbfs
fixtures Fix template error when comment review doesn't exist (#29888) 2024-03-19 04:19:48 +00:00
git
issues Fix codeowner detected diff base branch to mergebase (#29783) 2024-03-15 05:13:09 +00:00
migrations Do some performance optimize for issues list and view issue/pull (#29515) 2024-03-12 07:23:44 +00:00
organization
packages
perm
project
pull
repo Do some performance optimize for issues list and view issue/pull (#29515) 2024-03-12 07:23:44 +00:00
secret
shared/types
system
unit
unittest
user Fix user id column case (#29863) 2024-03-17 13:24:45 +00:00
webhook
error.go
fixture_generation.go
fixture_test.go
main_test.go
org_team_test.go
org_team.go
org_test.go
org.go
repo_test.go
repo_transfer.go
repo.go