Run nightly CI jobs

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
Maksym Pavlenko 2022-09-19 21:01:07 -07:00
parent 00fc5ca39a
commit e6c55e6f29
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
name: CI
on: [push, pull_request]
on:
pull_request:
push:
schedule:
- cron: '0 0 * * *' # Every day at midnight
jobs:
checks: