Skip to content

Commit 085554e

Browse files
slivercn2ygk
andauthored
Set daily schedule for running test jobs (#1117)
This way we will quickly notice when a point release in Python, DRF or Django makes DJA fail. Co-authored-by: Alan Crosswell <alan@columbia.edu>
1 parent 72a062c commit 085554e

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)