Skip to content

Commit

Permalink
Add weekly scheduled run to make sure that CI stays green. (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed May 26, 2023
1 parent d5c60e3 commit d3d21ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: ['master']
pull_request:
branches: ['*']
schedule:
- cron: '40 7 * * 0'

jobs:
build:
Expand Down

0 comments on commit d3d21ae

Please sign in to comment.