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

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: