From 25da6a6820f0f4f1dd5ff1221d2745ddf748e7d4 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 28 Jan 2026 15:04:24 +0100 Subject: [PATCH] chore: update drone nightly pipeline --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 129bc4c..755eed3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -189,7 +189,9 @@ trigger: - cron - custom # Allows manual triggering cron: - - "0 2 * * *" # Run at 2 AM daily + - nightly-tests # Cron job name configured in Drone UI/CLI + branch: + - main services: - name: postgres