Skip to content

Commit 4757304

Browse files
Scheduled Builds
This can help prevent discovery that CI isn't building after N months, and provide history of when it breaks. 1 month is fine for projects without too much changing. Feel free to ask for adjustment if you feel a week or daily, or some other cron-expressable schedule is more appropriate.
1 parent 662d2eb commit 4757304

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Build
22

33
on:
4+
schedule:
5+
- cron: '0 0 1 * 0'
46
push:
57
branches: [ main ]
68
pull_request:

0 commit comments

Comments
 (0)