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:
parent
e816c545ea
commit
2b25c791ee
6
.github/workflows/build-and-test.yml
vendored
6
.github/workflows/build-and-test.yml
vendored
@ -1,6 +1,10 @@
|
|||||||
name: Build and run tests
|
name: Build and run tests
|
||||||
|
|
||||||
on: [pull_request, push]
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 2 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user