From 05c99980f5303da11eccec80e02ed93afae6c235 Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 3 Jun 2020 13:59:20 +0200 Subject: [PATCH] fix: only trigger nightly build via cron --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.drone.yml b/.drone.yml index 2f0e7b7..25df3a7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,6 +31,15 @@ platform: clone: disable: true +trigger: + event: + - cron + cron: + - nightly + status: + - success + - failure + steps: - name: call webhook pull: always