fix: remove status restraint for base pipelines
This commit is contained in:
parent
e6f4f92376
commit
128d5ff9df
11
.drone.yml
11
.drone.yml
@ -15,12 +15,8 @@ trigger:
|
||||
event:
|
||||
- push
|
||||
- cron
|
||||
target:
|
||||
exclude:
|
||||
- nightly
|
||||
status:
|
||||
- success
|
||||
- failure
|
||||
cron:
|
||||
- hourly-build
|
||||
|
||||
steps:
|
||||
- name: call webhook
|
||||
@ -51,9 +47,6 @@ trigger:
|
||||
- cron
|
||||
cron:
|
||||
- nightly
|
||||
status:
|
||||
- success
|
||||
- failure
|
||||
|
||||
steps:
|
||||
- name: call webhook
|
||||
|
Loading…
Reference in New Issue
Block a user