1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-06-03 16:35:37 +02:00
Files
woodpecker/e2e/scenarios/fixtures/04_on_failure_notify.yaml
T
2026-04-17 00:46:53 +02:00

17 lines
245 B
YAML

skip_clone: true
steps:
- name: build
image: dummy
commands:
- echo building
environment:
STEP_EXIT_CODE: '2'
- name: notify
image: dummy
commands:
- echo notifying
when:
- status: [failure]