Skip to content

Commit

Permalink
ci: Update pytest durations workflow schedule to run weekly on Monday (
Browse files Browse the repository at this point in the history
…#5992)

ci: Update pytest durations workflow to run weekly on Monday
  • Loading branch information
ogabrielluiz authored Jan 29, 2025
1 parent 5d07610 commit 5fd9185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/store_pytest_durations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5fd9185

Please sign in to comment.