You've already forked woodpecker
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:
committed by
GitHub
parent
0b7a31a32e
commit
9b7a55b8a7
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user