Skip to content

Commit a472d34

Browse files
authored
CI: Run tests daily to detect incompatible django-stubs changes (#519)
* CI: Run tests daily to detect incompatible django-stubs changes * Fix schedule
1 parent e0ec43f commit a472d34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- master
77
pull_request:
88
workflow_dispatch:
9+
schedule:
10+
# 15:41 UTC every day
11+
- cron: "41 15 * * *"
912

1013
permissions:
1114
contents: read

0 commit comments

Comments
 (0)