Build everything each night

Goal: notice upstream breakages (like LLVM version) before unrelated
PRs run into them.
This commit is contained in:
Joseph Birr-Pixton 2022-02-20 20:06:06 +00:00
parent 9c1e0862f7
commit b3e354b3dc
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,11 @@ name: rustls
permissions:
contents: read
on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: '0 18 * * *'
jobs:
build: