diff options
author | Zettat123 <zettat123@gmail.com> | 2024-02-28 18:54:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-28 11:54:44 +0100 |
commit | d0fe6ea4e101198911383058a2e121e384934a9c (patch) | |
tree | 80389a23d0ac0d6ea0dc31220dfb02e8b10ad77b /routers/web/repo/repo.go | |
parent | d557fbc5a715a1920a2860cb04ae6c8fe2225182 (diff) | |
download | gitea-d0fe6ea4e101198911383058a2e121e384934a9c.tar.gz gitea-d0fe6ea4e101198911383058a2e121e384934a9c.zip |
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>
Diffstat (limited to 'routers/web/repo/repo.go')
0 files changed, 0 insertions, 0 deletions