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