Run the CI every day at 2am UTC

This should help to catch issues in newer versions
of distributions/packages.
This commit is contained in:
jvoisin 2021-12-26 22:30:36 +01:00 committed by Daniel Micay
parent e816c545ea
commit 2b25c791ee

View File

@ -1,6 +1,10 @@
name: Build and run tests
on: [pull_request, push]
on:
push:
pull_request:
schedule:
- cron: '0 2 * * *'
jobs:
build: