fix: remove status restraint for base pipelines
This commit is contained in:
parent
8245a35e44
commit
4c4411a608
@ -18,9 +18,6 @@ trigger:
|
|||||||
target:
|
target:
|
||||||
exclude:
|
exclude:
|
||||||
- nightly
|
- nightly
|
||||||
status:
|
|
||||||
- success
|
|
||||||
- failure
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: call webhook
|
- name: call webhook
|
||||||
@ -51,9 +48,6 @@ trigger:
|
|||||||
- cron
|
- cron
|
||||||
cron:
|
cron:
|
||||||
- nightly
|
- nightly
|
||||||
status:
|
|
||||||
- success
|
|
||||||
- failure
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: call webhook
|
- name: call webhook
|
||||||
|
Loading…
Reference in New Issue
Block a user