Run the CI every day at 2am UTC
This should help to catch issues in newer versions of distributions/packages.pull/164/head
parent
e816c545ea
commit
2b25c791ee
|
@ -1,6 +1,10 @@
|
|||
name: Build and run tests
|
||||
|
||||
on: [pull_request, push]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 2 * * *'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue