mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-19 22:10:19 +02:00
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
1 changed files with 5 additions and 1 deletions
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
|
||||
|
||||
on: [pull_request, push]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 2 * * *'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Reference in a new issue