mirror of
https://github.com/django/daphne.git
synced 2025-07-25 14:39: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:
|
||||
- main
|
||||
pull_request:
|
||||
schedule:
|
||||
# Run all CI every night
|
||||
- cron: "33 3 * * *"
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
|
|
Loading…
Reference in New Issue
Block a user