mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Merge #205
205: Fix the cron syntax to effectively run the test once every friday r=MarinPostma a=irevoire Co-authored-by: Tamo <tamo@meilisearch.com>
This commit is contained in:
commit
2be834fced
1 changed files with 1 additions and 1 deletions
2
.github/workflows/flaky.yml
vendored
2
.github/workflows/flaky.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: Look for flaky tests
|
||||
on:
|
||||
schedule:
|
||||
- cron: "* */12 * * */5" # every friday at 12PM
|
||||
- cron: "0 12 * * FRI" # every friday at 12:00PM
|
||||
|
||||
jobs:
|
||||
flaky:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue