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
Giteabot eabcfd3f7d
The job should always run when `if` is `always()` (#29464) (#29469)
Backport #29464 by @Zettat123

Fix #27906

According to GitHub's
[documentation](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idneeds),
a job should always run when its `if` is `always()`

> If you would like a job to run even if a job it is dependent on did
not succeed, use the `always()` conditional expression in
`jobs.<job_id>.if`.

Co-authored-by: Zettat123 <zettat123@gmail.com>
1 year ago
..
cleanup.go Artifacts retention and auto clean up (#26131) 1 year ago
clear_tasks.go Make Actions tasks/jobs timeouts configurable by the user (#27400) (#27402) 1 year ago
commit_status.go Fix pull request check list is limited (#26179) 2 years ago
init.go Move notification interface to services layer (#26915) 1 year ago
job_emitter.go The job should always run when `if` is `always()` (#29464) (#29469) 1 year ago
job_emitter_test.go The job should always run when `if` is `always()` (#29464) (#29469) 1 year ago
notifier.go Improve the `issue_comment` workflow trigger event (#29277) (#29322) 1 year ago
notifier_helper.go Ignore empty repo for CreateRepository in action notifier (#29416) (#29424) 1 year ago
schedule_tasks.go Fix an actions schedule bug (#28942) (#28999) 1 year ago