mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 21:00:44 +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",
|
"build",
|
||||||
],
|
],
|
||||||
trigger: {
|
trigger: {
|
||||||
status: [ "success", "failure" ],
|
status: [ "success", "failure", "skipped" ],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -131,6 +131,7 @@ trigger:
|
|||||||
status:
|
status:
|
||||||
- success
|
- success
|
||||||
- failure
|
- failure
|
||||||
|
- skipped
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- build
|
- build
|
||||||
|
Loading…
Reference in New Issue
Block a user