octomation / go-module

🧩 Template for a typical module written on Go.

Home Page:https://go-module.octolab.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ci/cd: check cronjob for cache invalidation

kamilsk opened this issue · comments

See

# TODO:restore replace 14 by 1 after successful testing
schedule:
- cron: '0 7 14 * *' # https://crontab.guru/#0_7_1_%2A_%2A, CET==UTC+1
.