diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 70587a6..505adcc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,8 +17,10 @@ on: - pyproject.toml - .github/workflows/test.yml - .github/workflows/constraints.txt + workflow_dispatch: schedule: - - cron: "0 10 * * *" + # Run weekly on Monday at 12:00 PM UTC + - cron: "0 12 * * 1" jobs: tests: