mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-24 23:31:02 +00:00
Fix the cron syntax to effectively run the test once every friday
This commit is contained in:
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:
|
||||
|
Reference in New Issue
Block a user