Skip to content

Commit

Permalink
chore(ci): run CI workflows periodically
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Oct 15, 2021
1 parent a8b5378 commit 627d4ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * 0"

jobs:
check:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * 0"

jobs:
docker:
Expand Down

0 comments on commit 627d4ef

Please sign in to comment.