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 d519914 commit 03010e1Copy full SHA for 03010e1
.github/workflows/update-pr.yml
@@ -2,8 +2,8 @@ name: Docker pgRouting update PR
2
3
on:
4
schedule:
5
- # Run at 05:40 UTC
6
- - cron: '40 5 * * *'
+ # Run at 00:00 UTC
+ - cron: '0 0 * * *'
7
workflow_dispatch:
8
9
defaults:
0 commit comments