mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
Fix the cron syntax to effectively run the test once every friday
This commit is contained in:
parent
d765397c82
commit
92d954ddfe
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…
Reference in New Issue
Block a user