updated .drone.yml; removed daily build
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
30954e5a39
commit
880a37d16b
@ -51,7 +51,6 @@ steps:
|
||||
webhook_token:
|
||||
from_secret: discord_webhook_token
|
||||
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: notifications-cronbuild
|
||||
@ -64,12 +63,12 @@ clone:
|
||||
disable: true
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- cron
|
||||
- cron
|
||||
cron:
|
||||
- hourly
|
||||
- hourly-build
|
||||
- daily
|
||||
- hourly-build
|
||||
status:
|
||||
- success
|
||||
- failure
|
||||
|
Loading…
Reference in New Issue
Block a user