Skip to content

Commit

Permalink
👷 Add scheduled CI (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Nov 25, 2022
1 parent 38bb35f commit d6186cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- master
workflow_dispatch:
schedule:
# cron every week on monday
- cron: "0 0 * * 1"

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
pull_request:
types: [opened, synchronize]
workflow_dispatch:
schedule:
# cron every week on monday
- cron: "0 0 * * 1"

jobs:
build:
Expand Down

0 comments on commit d6186cd

Please sign in to comment.