forgejo/models/actions
Giteabot d15f9ee0b0
Only check online runner when detecting matching runners in workflows (#28286) (#28512)
Backport #28286 by @yp05327

Mentioned:
[#28277](https://github.com/go-gitea/gitea/issues/28277#issuecomment-1831325276)

We should only check online runner when detecting matching runners in
workflows,
as if runner is not online, the workflow will not run.

![image](https://github.com/go-gitea/gitea/assets/18380374/11855e9d-7241-4b7a-b8d7-49dbb94ba1c5)

Co-authored-by: yp05327 <576951401@qq.com>
(cherry picked from commit d9aeb1f09d)
2023-12-22 12:10:03 +01:00
..
artifact.go
forgejo.go [CLI] implement forgejo-cli 2023-11-13 11:52:15 +01:00
forgejo_test.go [CLI] implement forgejo-cli 2023-11-13 11:52:15 +01:00
main_test.go [CLI] implement forgejo-cli 2023-11-13 11:52:15 +01:00
run.go
run_job.go
run_job_list.go
run_list.go
runner.go Only check online runner when detecting matching runners in workflows (#28286) (#28512) 2023-12-22 12:10:03 +01:00
runner_list.go
runner_token.go Redefine the meaning of column is_active to make Actions Registration Token generation easier (#27143) (#27304) 2023-09-28 04:15:53 +00:00
schedule.go
schedule_list.go
schedule_spec.go
schedule_spec_list.go
status.go
task.go
task_list.go
task_output.go Fix no ActionTaskOutput table waring (#28149) (#28152) 2023-11-22 17:12:12 +01:00
task_step.go
tasks_version.go
utils.go
utils_test.go
variable.go