1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-06-03 16:35:37 +02:00

Docs: Mention that you can use failure: fail (#6611)

This commit is contained in:
Johan Van de Wauw
2026-05-18 20:09:13 +02:00
committed by GitHub
parent 0b7a31a32e
commit 9b7a55b8a7
+1 -1
View File
@@ -196,7 +196,7 @@ Some of the steps may be allowed to fail without causing the whole workflow and
+ failure: ignore
```
If you would like to cancel the full pipeline once the step fails, you can set `failure: cancel`.
If you would like to cancel the full pipeline once the step fails, you can set `failure: cancel`. For the default behaviour, use `failure: fail`.
### `when` - Conditional Execution