Skip to content

Commit 0d7b8e4

Browse files
committed
Set daily schedule for running test jobs
This way we will quickly notice when a point release in Python, DRF or Django makes DJA fail.
1 parent 5f48b70 commit 0d7b8e4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Tests
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches: ["main"]
5+
pull_request:
6+
branches: ["main"]
7+
schedule:
8+
- cron: '0 4 * * *'
39

410
jobs:
511
test:

0 commit comments

Comments
 (0)