Skip to content

Commit 4945970

Browse files
committed
fix: merge when
1 parent 95a0108 commit 4945970

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

live-demo/deploy/.woodpecker.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ steps:
2727

2828
slack-on-failure:
2929
image: plugins/slack
30-
when:
31-
- event: push
3230
secrets:
3331
- DEVELOPERS_SLACK_WEBHOOK
3432
webhook: $DEVELOPERS_SLACK_WEBHOOK
@@ -38,8 +36,8 @@ steps:
3836
{{repo.name}}/{{build.branch}} - #{{build.number}} {{uppercasefirst build.status}} after {{since build.started}} (<{{build.link}}|Open>)
3937
```{{ cat build.log | tail -n 50 }}```
4038
when:
41-
status:
42-
- failure
39+
- status: failure
40+
- event: push
4341

4442
build-live-demo:
4543
when:

0 commit comments

Comments
 (0)