Skip to content

Commit 25fc582

Browse files
authored
Merge pull request #1977 from dscho/adjust-workflow-run-schedule
Adjust the schedule of the `update-git-version-and-manual-pages` workflow
2 parents 6b1ebfe + 5f53186 commit 25fc582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-git-version-and-manual-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
default: false
1010
schedule:
1111
# check daily for updates
12-
- cron: '37 17 * * *'
12+
- cron: '37 19 * * *'
1313

1414
jobs:
1515
update-git-version-and-manual-pages:

0 commit comments

Comments
 (0)