Skip to content

Commit

Permalink
Run the workflow every midnight, to catch bleeding-edge incompabiliti…
Browse files Browse the repository at this point in the history
…es with astroid,pylint and django without needing a commit or pr to trigger a build
  • Loading branch information
carlio committed Jan 2, 2022
1 parent b06f731 commit 7e1f65e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches: master
pull_request:
schedule:
- cron: 0 0 * * *

jobs:
sanity:
Expand Down

0 comments on commit 7e1f65e

Please sign in to comment.