fix: fix 05c99980f5 - run cronbuilds only on cron trigger
This commit is contained in:
parent
05c99980f5
commit
2e11b83650
11
.drone.yml
11
.drone.yml
@ -9,6 +9,17 @@ platform:
|
|||||||
clone:
|
clone:
|
||||||
disable: true
|
disable: true
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
- cron
|
||||||
|
cron:
|
||||||
|
- hourly
|
||||||
|
- hourly-build
|
||||||
|
status:
|
||||||
|
- success
|
||||||
|
- failure
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: call webhook
|
- name: call webhook
|
||||||
pull: always
|
pull: always
|
||||||
|
Loading…
Reference in New Issue
Block a user