1
0
mirror of synced 2026-01-04 18:06:26 -05:00

Merge pull request #12477 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2021-11-30 05:32:04 -05:00
committed by GitHub

View File

@@ -306,7 +306,7 @@ if: {% raw %}${{ cancelled() }}{% endraw %}
### failure
Returns `true` when any previous step of a job fails.
Returns `true` when any previous step of a job fails. If you have a chain of dependent jobs, `failure()` returns `true` if any ancestor job fails.
#### Example