aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2025-10-14 21:47:48 +0200
committerHenrik Tjäder <henrik@tjaders.com>2025-10-20 06:47:41 +0000
commitdbc5d3ceca739d1cb9e914fb8d47b7672dd4b04e (patch)
tree66813e075af8f6a6cad1932712375ef29ad3f94e /.github
parent6d43d6058a87fc82ede736c36b40ab89a22fd6e5 (diff)
CI: Schedule build before the meeting
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ba6a69b..ee3eee8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -5,6 +5,8 @@ on:
push:
branches:
- master
+ schedule:
+ - cron: '0 18 * * TUE' # Run every Tuesday before the meeting
env:
CARGO_TERM_COLOR: always