Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
end-to-end:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
services:
postgres:
image: postgres
Expand Down
2 changes: 2 additions & 0 deletions src/dispatch/case/scheduled_internal.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def schedule_placeholder():
pass
1 change: 1 addition & 0 deletions src/dispatch/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ def dispatch_scheduler():
"""Container for all dispatch scheduler commands."""
# we need scheduled tasks to be imported
from .case.scheduled import case_close_reminder, case_triage_reminder # noqa
from .case.scheduled_internal import schedule_placeholder # noqa
Comment thread
whitdog47 marked this conversation as resolved.
from .case_cost.scheduled import (
calculate_cases_response_cost, # noqa
)
Expand Down
Loading