Skip to content

Commit c399d09

Browse files
committed
Run CI tests every Monday morning (#90)
1 parent b6c0743 commit c399d09

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- main
77
- master
88
pull_request:
9+
schedule:
10+
- cron: '0 6 * * 1'
11+
912

1013

1114
jobs:

.sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Rakefile:
33
changelog_since_tag: v1.5.0
44
changelog_max_issues: 1
55
.github/workflows/ci.yaml:
6+
run_on_schedule:
7+
- '0 6 * * 1'
68
acceptance_matrix:
79
set:
810
- el7

0 commit comments

Comments
 (0)