Skip to content

Commit 8ba1b9f

Browse files
committed
CI: Schedule weekly tests with cron
1 parent c7972b4 commit 8ba1b9f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
- rel/*
99
tags:
1010
- '*'
11+
schedule:
12+
# 8am EST / 9am EDT Mondays
13+
- cron: '0 13 * * 1'
1114

1215
defaults:
1316
run:

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ on:
1515
branches:
1616
- master
1717
- maint/*
18+
schedule:
19+
# 8am EST / 9am EDT Mondays
20+
- cron: '0 13 * * 1'
1821

1922
defaults:
2023
run:

0 commit comments

Comments
 (0)