Skip to content

Commit bce2603

Browse files
Configure scheduled weekly build (#340)
Signed-off-by: Mark S. Lewis <[email protected]>
1 parent 72827bc commit bce2603

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/schedule.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Scheduled build
2+
3+
on:
4+
schedule:
5+
- cron: "5 4 * * 0"
6+
workflow_dispatch:
7+
8+
jobs:
9+
main:
10+
uses: ./.github/workflows/test.yml

0 commit comments

Comments
 (0)