ci: Update pytest durations workflow schedule to run weekly on Monday (#5992)
ci: Update pytest durations workflow to run weekly on Monday
This commit is contained in:
parent
5d07610c74
commit
5fd91854b8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/store_pytest_durations.yml
vendored
4
.github/workflows/store_pytest_durations.yml
vendored
|
|
@ -3,8 +3,8 @@ name: Store pytest durations
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Run job at 6:30 UTC, 10.30pm PST, or 11.30pm PDT
|
||||
- cron: "30 6 * * *"
|
||||
# Run job at 6:30 UTC every Monday (10.30pm PST/11.30pm PDT Sunday night)
|
||||
- cron: "30 6 * * 1"
|
||||
|
||||
env:
|
||||
PYTEST_RUN_PATH: "src/backend/tests"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue