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
Zettat123 d0fe6ea4e1
The job should always run when `if` is `always()` (#29464)
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: Giteabot <teabot@gitea.io>
12 months ago
..
auth.go Use general token signing secret (#29205) 12 months ago
auth_test.go Use general token signing secret (#29205) 12 months ago
cleanup.go Expire artifacts before deleting them physically (#29241) 12 months ago
clear_tasks.go
commit_status.go Show commit status for releases (#29149) 12 months ago
init.go
job_emitter.go The job should always run when `if` is `always()` (#29464) 12 months ago
job_emitter_test.go The job should always run when `if` is `always()` (#29464) 12 months ago
notifier.go Improve the `issue_comment` workflow trigger event (#29277) 12 months ago
notifier_helper.go Ignore empty repo for CreateRepository in action notifier (#29416) 12 months ago
schedule_tasks.go Fix an actions schedule bug (#28942) 1 year ago