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:
|
webhook_token:
|
||||||
from_secret: discord_webhook_token
|
from_secret: discord_webhook_token
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: notifications-cronbuild
|
name: notifications-cronbuild
|
||||||
@ -64,12 +63,12 @@ clone:
|
|||||||
disable: true
|
disable: true
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
event:
|
event:
|
||||||
- cron
|
- cron
|
||||||
cron:
|
cron:
|
||||||
- hourly
|
- hourly-build
|
||||||
- hourly-build
|
|
||||||
- daily
|
|
||||||
status:
|
status:
|
||||||
- success
|
- success
|
||||||
- failure
|
- failure
|
||||||
|
Loading…
Reference in New Issue
Block a user