mirror of
https://github.com/django/daphne.git
synced 2025-07-26 23:19:46 +03:00
Add nightly testing
This commit is contained in:
parent
9ec5798c0d
commit
d3ad4011c0
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -5,6 +5,9 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
|
schedule:
|
||||||
|
# Run all CI every night
|
||||||
|
- cron: "33 3 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user