mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-14 21:15:18 +08:00
- cancel running jobs if the event is push - Add a new function `CancelRunningJobs` to cancel all running jobs of a run - Update `FindRunOptions` struct to include `Ref` field and update its condition in `toConds` function - Implement auto cancellation of running jobs in the same workflow in `notify` function related task: https://github.com/go-gitea/gitea/pull/22751/ --------- Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> Signed-off-by: appleboy <appleboy.tw@gmail.com> Co-authored-by: Jason Song <i@wolfogre.com> Co-authored-by: delvh <dev.lh@web.de> |
||
|---|---|---|
| .. | ||
| artifact.go | ||
| run_job_list.go | ||
| run_job.go | ||
| run_list.go | ||
| run.go | ||
| runner_list.go | ||
| runner_token.go | ||
| runner.go | ||
| status.go | ||
| task_list.go | ||
| task_output.go | ||
| task_step.go | ||
| task.go | ||
| tasks_version.go | ||
| utils_test.go | ||
| utils.go | ||
| variable.go | ||