Adapt automation

This commit is contained in:
curquiza
2025-07-20 22:11:14 +02:00
parent dc0bd9f25d
commit dc1656da8e
3 changed files with 7 additions and 3 deletions

View File

@ -3,7 +3,7 @@ name: Look for flaky tests
on:
workflow_dispatch:
schedule:
- cron: "0 12 * * FRI" # Every Friday at 12:00PM
- cron: '0 4 * * *' # Every day at 4:00AM
jobs:
flaky:

View File

@ -9,7 +9,11 @@ on:
required: false
default: nightly
schedule:
- cron: "0 6 * * MON" # Every Monday at 6:00AM
- cron: '0 6 * * *' # Every day at 6:00am
pull_request:
push:
branches:
- main
env:
MEILI_MASTER_KEY: 'masterKey'

View File

@ -3,7 +3,7 @@ name: Test suite
on:
workflow_dispatch:
schedule:
# Everyday at 5:00am
# Every day at 5:00am
- cron: "0 5 * * *"
pull_request:
merge_group: