1
0
mirror of synced 2026-01-10 09:02:35 -05:00

Merge branch 'main' into heiskr-patch-1

This commit is contained in:
Kevin Heis
2021-07-28 11:32:16 -07:00
committed by GitHub

View File

@@ -456,7 +456,7 @@ steps:
### always
Always returns `true`, even when canceled. A job or step will not run when a critical failure prevents the task from running. For example, if getting sources failed.
Causes the step to always execute, and returns `true`, even when canceled. A job or step will not run when a critical failure prevents the task from running. For example, if getting sources failed.
#### Example