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 f7a5197 commit ffa1f52Copy full SHA for ffa1f52
.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:
- centos-7
0 commit comments