Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Run CI tests weekly.
This helps identify issues with the library as
django and other dependencies release new versions.
  • Loading branch information
tim-schilling committed Nov 4, 2021
commit 92ccb26ebf89cb353c374c8acec1574199758957
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Test

on: [push, pull_request]
on:
push:
pull_request:
schedule:
# Run weekly on Saturday
- cron: '37 3 * * SAT'

jobs:
mysql:
Expand Down