Minor test refactoring to improve on performance closes #383 #384
1 changed files with 3 additions and 1 deletions
|
|
@ -189,7 +189,9 @@ trigger:
|
||||||
- cron
|
- cron
|
||||||
- custom # Allows manual triggering
|
- custom # Allows manual triggering
|
||||||
cron:
|
cron:
|
||||||
- "0 2 * * *" # Run at 2 AM daily
|
- nightly-tests # Cron job name configured in Drone UI/CLI
|
||||||
|
branch:
|
||||||
|
- main
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: postgres
|
- name: postgres
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue