mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 12:50:42 +00:00
run notification pipeline also after skipped dependencies
This commit is contained in:
parent
aefab44eee
commit
f882ecbbfd
@ -118,7 +118,7 @@ local PipelineNotifications = {
|
||||
"build",
|
||||
],
|
||||
trigger: {
|
||||
status: [ "success", "failure" ],
|
||||
status: [ "success", "failure", "skipped" ],
|
||||
},
|
||||
};
|
||||
|
||||
|
@ -131,6 +131,7 @@ trigger:
|
||||
status:
|
||||
- success
|
||||
- failure
|
||||
- skipped
|
||||
|
||||
depends_on:
|
||||
- build
|
||||
|
Loading…
Reference in New Issue
Block a user