0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-30 21:06:08 +01:00
gitea/models/actions
yp05327 d872ce006c
Avoid running action when action unit is disabled after workflows detected (#30331)
Fix #30243

We only checking unit disabled when detecting workflows, but not in
runner `FetchTask`.
So if a workflow was detected when action unit is enabled, but disabled
later, `FetchTask` will still return these detected actions.

Global setting: repo.ENABLED and repository.`DISABLED_REPO_UNITS` will
not effect this.
2024-04-08 22:08:26 +08:00
..
artifact.go Artifact deletion in actions ui (#27172) 2024-02-18 10:33:50 +00:00
main_test.go
run_job_list.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
run_job.go
run_list.go Fix schedule tasks bugs (#28691) 2024-01-12 21:50:38 +00:00
run.go Cancel previous runs of the same PR automatically (#29961) 2024-03-21 15:01:35 +08:00
runner_list.go
runner_token_test.go
runner_token.go
runner.go remove util.OptionalBool and related functions (#29513) 2024-03-02 16:42:31 +01:00
schedule_list.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
schedule_spec_list.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
schedule_spec.go
schedule.go Cancel previous runs of the same PR automatically (#29961) 2024-03-21 15:01:35 +08:00
status.go Refactor locale&string&template related code (#29165) 2024-02-14 21:48:45 +00:00
task_list.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
task_output.go
task_step.go
task.go Avoid running action when action unit is disabled after workflows detected (#30331) 2024-04-08 22:08:26 +08:00
tasks_version.go
utils_test.go
utils.go
variable.go Add API for Variables (#29520) 2024-03-28 20:40:35 +00:00