We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c0743 commit c399d09Copy full SHA for c399d09
.github/workflows/ci.yaml
@@ -6,6 +6,9 @@ on:
6
- main
7
- master
8
pull_request:
9
+ schedule:
10
+ - cron: '0 6 * * 1'
11
+
12
13
14
jobs:
.sync.yml
@@ -3,6 +3,8 @@ Rakefile:
3
changelog_since_tag: v1.5.0
4
changelog_max_issues: 1
5
.github/workflows/ci.yaml:
+ run_on_schedule:
+ - '0 6 * * 1'
acceptance_matrix:
set:
- el7
0 commit comments