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: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: "0 12 * * FRI" # Every Friday at 12:00PM - cron: '0 4 * * *' # Every day at 4:00AM
jobs: jobs:
flaky: flaky:

View File

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

View File

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