summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Gräsman <kim.grasman@gmail.com>2022-01-09 17:47:37 +0100
committerKim Gräsman <kim.grasman@gmail.com>2022-01-09 17:48:22 +0100
commit2c09dce44b4293a2d81e9e9ef4df87c5a0c7511a (patch)
treefbcad4105adfcc5052b4b9fdb6fccb5ae8a2e2da
parentaa6313b5ce16da8b9824a5344eb21fa70b46f999 (diff)
[ci] Schedule nightly build
This will make it easier for us to detect when IWYU breaks due to upstream Clang changes. The default behavior for 'schedule' is to run the build for the default branch, so it only applies to our master branch.
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 148b8ee..0c4dacc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -3,6 +3,9 @@ name: IWYU CI
on:
- push
- pull_request
+ - schedule:
+ # Run build of master at 03:38 every day
+ - cron: '38 3 * * *'
defaults:
run: