1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-13 01:45:29 -04:00

check for Hugo releases less frequently (every 3 hours)

This commit is contained in:
2020-06-23 10:39:57 -04:00
parent 7a1dcde6d9
commit 38a9f20d3b
+1 -1
View File
@@ -4,7 +4,7 @@ name: Check for Hugo releases
on:
schedule:
- cron: '15 * * * *' # run every hour, at 15 past
- cron: '0 */3 * * *' # run every three hours
jobs:
check: