mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-04 03:52:56 +00:00
github/workflows: run periodic benchmarks earlier (#2121)
This commit is contained in:
committed by
GitHub
parent
3dce394197
commit
5ff7a7dd8b
2
.github/workflows/benchmarking.yml
vendored
2
.github/workflows/benchmarking.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user