You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services/actions
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.
1 year ago
..
auth.go Add ac claim for old docker/build-push-action@v3 / current buildx gha cache (#29584) 1 year ago
auth_test.go Add ac claim for old docker/build-push-action@v3 / current buildx gha cache (#29584) 1 year ago
cleanup.go Expire artifacts before deleting them physically (#29241) 1 year ago
clear_tasks.go Use db.Find instead of writing methods for every object (#28084) 1 year ago
commit_status.go Show commit status for releases (#29149) 1 year ago
init.go Move notification interface to services layer (#26915) 2 years ago
job_emitter.go The job should always run when `if` is `always()` (#29464) 1 year ago
job_emitter_test.go The job should always run when `if` is `always()` (#29464) 1 year ago
notifier.go Fix invalid link of the commit status when ref is tag (#29752) 1 year ago
notifier_helper.go Cancel previous runs of the same PR automatically (#29961) 1 year ago
schedule_tasks.go Cancel previous runs of the same PR automatically (#29961) 1 year ago