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
ChristopherHX a92d5f65ce
Fix auto concurrency cancellation skips commit status updates (#33764)
* add missing commit status
* conflicts with concurrency support

Closes #33763

Co-authored-by: Giteabot <teabot@gitea.io>
4 days ago
..
auth.go allow the actions user to login via the jwt token (#32527) 4 months ago
auth_test.go Enable tenv and testifylint rules (#32852) 3 months ago
cleanup.go Skip deletion error for action artifacts (#33476) 1 month ago
clear_tasks.go Fix auto concurrency cancellation skips commit status updates (#33764) 4 days ago
commit_status.go Update status check for all supported on.pull_request.types in Gitea (#33117) 2 months ago
context.go Move some Actions related functions from `routers` to `services` (#33280) 2 months ago
context_test.go Use test context in tests and new loop system in benchmarks (#33648) 3 weeks ago
init.go Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token (#32946) 3 months ago
init_test.go Move some Actions related functions from `routers` to `services` (#33280) 2 months ago
interface.go feat(api): enhance Actions Secrets Management API for repository (#30656) 11 months ago
job_emitter.go Improve the handling of `jobs.<job_id>.if` (#31070) 10 months ago
job_emitter_test.go Improve the handling of `jobs.<job_id>.if` (#31070) 10 months ago
notifier.go Refactor RefName (#33234) 2 months ago
notifier_helper.go Fix auto concurrency cancellation skips commit status updates (#33764) 4 days ago
rerun.go Fix bugs in rerunning jobs (#29955) 12 months ago
rerun_test.go Fix bugs in rerunning jobs (#29955) 12 months ago
schedule_tasks.go Fix auto concurrency cancellation skips commit status updates (#33764) 4 days ago
task.go Add a transaction to `pickTask` (#33543) 1 month ago
variables.go Enhance routers for the Actions variable operations (#33547) 1 month ago
workflow.go Fix auto concurrency cancellation skips commit status updates (#33764) 4 days ago