aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-07-04 11:27:23 +0200
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-07-04 11:53:14 +0200
commit4f834ed5ec5c5e6c7a776c62274088486be7955e (patch)
tree1c48f0905733cdad797b5a176b4c3e8788c99ad0
parent58f519582f836e5b5b21f92c707532731cb78c62 (diff)
downloadneard-4f834ed5ec5c5e6c7a776c62274088486be7955e.tar.gz
ci: run builds periodically
There is not much activity happening in neard, thus workflows triggered on changes might never run. In the same time distros actually change. Run at least once per week, to be sure it still builds even without development activity. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e8e708c..677c415 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -7,7 +7,13 @@
# Loosely based on https://github.com/linux-test-project/ltp
#
name: "Builds"
-on: [push, pull_request, workflow_dispatch]
+on:
+ pull_request:
+ push:
+ schedule:
+ # Run at 1:01 AM, every Tuesday
+ - cron: '1 1 * * 2'
+ workflow_dispatch:
jobs:
job: