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 f35c849 commit da2d72aCopy full SHA for da2d72a
.github/workflows/update-binoc.yml
@@ -2,8 +2,8 @@ name: 'Binoc Auto Scan'
2
3
on:
4
schedule:
5
- # Delayed Binoc execution time to mid day just in case we need to step in.
6
- - cron: '0 0 * * 0'
+ # Once a month
+ - cron: '0 0 1 * *'
7
8
jobs:
9
auto-scan:
0 commit comments