mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 12:38:55 +01: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
2
.github/workflows/flaky.yml
vendored
2
.github/workflows/flaky.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: Look for flaky tests
|
name: Look for flaky tests
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "* */12 * * */5" # every friday at 12PM
|
- cron: "0 12 * * FRI" # every friday at 12:00PM
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
flaky:
|
flaky:
|
||||||
|
Loading…
Reference in New Issue
Block a user