Skip to content

Commit a92c67d

Browse files
committed
add status filter
1 parent 4b214af commit a92c67d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

live-demo/deploy/.woodpecker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ steps:
2828
# use curl because the plugin can't interpolate template
2929
when:
3030
- event: push
31+
status: [failure, success]
32+
- event: push
3133
image: curlimages/curl
3234
commands:
3335
- cd live-demo/deploy && /bin/sh buildSlackNotify.sh

0 commit comments

Comments
 (0)