Skip to content

Commit

Permalink
👷 Add cron to run test once a week on monday (fastapi#11377)
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanx64 authored Apr 2, 2024
1 parent 8ed3b73 commit ce2a580
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 8,9 @@ on:
types:
- opened
- synchronize
schedule:
# cron every week on monday
- cron: "0 0 * * 1"

jobs:
lint:
Expand Down

0 comments on commit ce2a580

Please sign in to comment.