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