Skip to content

Commit

Permalink
ci: Add workflow_dispatch and weekly schedule to test workflow (#137
Browse files Browse the repository at this point in the history
)
  • Loading branch information
edgarrmondragon authored Sep 27, 2024
1 parent 108fd71 commit b4d5359
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b4d5359

Please sign in to comment.