Skip to content

Commit 75aea1f

Browse files
committed
Run the workflow every midnight, to catch bleeding-edge incompabilities with astroid,pylint and django without needing a commit or pr to trigger a build
1 parent b06f731 commit 75aea1f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches: master
66
pull_request:
7+
schedule:
8+
- cron: 0 0 * * *
79

810
jobs:
911
sanity:

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
Version 2.5.0 (2 Jan 2022)
4+
Version 2.5.0 (02 Jan 2022)
55
---------------------------
66

77
Bugfixes

0 commit comments

Comments
 (0)