Merge pull request #5766 from meilisearch/release-process-change

Release process change
This commit is contained in:
Clémentine
2025-08-05 07:07:46 +00:00
committed by GitHub
17 changed files with 440 additions and 349 deletions

View File

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