Skip to content

Commit 4a4ddfa

Browse files
committed
build.yaml: Run once a week to detect breakage early
Some part of below our feet is always moving, and when that move breaks something for us, we'll now know in time.
1 parent 3772120 commit 4a4ddfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ name: Build (Linux, Ubuntu)
1919
on:
2020
pull_request:
2121
push:
22+
schedule:
23+
- cron: '0 2 * * 5' # Every Friday at 2am
2224

2325
jobs:
2426
build:

0 commit comments

Comments
 (0)