github/workflows: run periodic benchmarks earlier (#2121)

This commit is contained in:
Alexander Bayandin
2022-07-19 16:33:33 +01:00
committed by GitHub
parent 3dce394197
commit 5ff7a7dd8b

View File

@@ -11,7 +11,7 @@ on:
# │ │ ┌───────────── day of the month (1 - 31)
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
- cron: '36 7 * * *' # run once a day, timezone is utc
- cron: '36 4 * * *' # run once a day, timezone is utc
workflow_dispatch: # adds ability to run this manually