Fix the cron syntax to effectively run the test once every friday

This commit is contained in:
Tamo 2021-06-14 10:48:59 +02:00
parent d765397c82
commit 92d954ddfe
No known key found for this signature in database
GPG Key ID: 20CD8020AFA88D69
1 changed files with 1 additions and 1 deletions

View File

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