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:
|
||||
disable: true
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
- cron
|
||||
cron:
|
||||
- hourly
|
||||
- hourly-build
|
||||
status:
|
||||
- success
|
||||
- failure
|
||||
|
||||
steps:
|
||||
- name: call webhook
|
||||
pull: always
|
||||
|
Loading…
Reference in New Issue
Block a user