Skip to content

Commit

Permalink
👷 Add scheduled CI (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Nov 25, 2022
1 parent f802e56 commit 9be1f57
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 @@ -4,6 +4,9 @@ on:
push:
branches:
- master
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 @@ -6,6 +6,9 @@ on:
- master
pull_request:
types: [opened, synchronize]
schedule:
# cron every week on monday
- cron: "0 0 * * 1"

jobs:
build:
Expand Down

0 comments on commit 9be1f57

Please sign in to comment.