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:
bors[bot] 2021-06-14 11:11:03 +00:00 committed by GitHub
commit 2be834fced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: