Skip to content

Commit

Permalink
Regularly run tests
Browse files Browse the repository at this point in the history
This makes spotting OS regressions/behaviour changes much more timely,
and avoids breaking random PRs.
  • Loading branch information
martinpitt committed Dec 31, 2020
1 parent 10a9021 commit 5b9b776
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: unit-tests
on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: 0 4 * * MON,FRI
jobs:
OS:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5b9b776

Please sign in to comment.