diff options
author | Giteabot <teabot@gitea.io> | 2024-02-28 19:22:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-28 12:22:31 +0100 |
commit | eabcfd3f7d9321fcf03e52977c178a96627a68da (patch) | |
tree | eae85ed067008bb8135caebc62d57ca8463bd17f /docker | |
parent | 2df38af752c13ca02a899d6a53848c68259d3336 (diff) | |
download | gitea-eabcfd3f7d9321fcf03e52977c178a96627a68da.tar.gz gitea-eabcfd3f7d9321fcf03e52977c178a96627a68da.zip |
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>
Diffstat (limited to 'docker')
0 files changed, 0 insertions, 0 deletions