mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 21:00:44 +00:00
remove trigger
This commit is contained in:
parent
0282ec4c06
commit
aefab44eee
@ -118,7 +118,6 @@ local PipelineNotifications = {
|
|||||||
"build",
|
"build",
|
||||||
],
|
],
|
||||||
trigger: {
|
trigger: {
|
||||||
event: [ "push", "tag" ],
|
|
||||||
status: [ "success", "failure" ],
|
status: [ "success", "failure" ],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
@ -128,9 +128,6 @@ steps:
|
|||||||
from_secret: matrix_username
|
from_secret: matrix_username
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
|
||||||
- push
|
|
||||||
- tag
|
|
||||||
status:
|
status:
|
||||||
- success
|
- success
|
||||||
- failure
|
- failure
|
||||||
|
Loading…
Reference in New Issue
Block a user