summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1f06014..1bdd7ee 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,8 +1,11 @@
name: IWYU CI
on:
- - push
- - pull_request
+ push:
+ pull_request:
+ schedule:
+ # Run build of master at 03:38 every day
+ - cron: '38 3 * * *'
defaults:
run:
@@ -15,7 +18,7 @@ jobs:
fail-fast: false
env:
- LLVM_TAG: -12
+ LLVM_TAG: -14
steps:
- name: Install prerequisites