We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a0108 commit 4945970Copy full SHA for 4945970
1 file changed
live-demo/deploy/.woodpecker.yml
@@ -27,8 +27,6 @@ steps:
27
28
slack-on-failure:
29
image: plugins/slack
30
- when:
31
- - event: push
32
secrets:
33
- DEVELOPERS_SLACK_WEBHOOK
34
webhook: $DEVELOPERS_SLACK_WEBHOOK
@@ -38,8 +36,8 @@ steps:
38
36
{{repo.name}}/{{build.branch}} - #{{build.number}} {{uppercasefirst build.status}} after {{since build.started}} (<{{build.link}}|Open>)
39
37
```{{ cat build.log | tail -n 50 }}```
40
when:
41
- status:
42
- - failure
+ - status: failure
+ - event: push
43
44
build-live-demo:
45
0 commit comments