diff --git a/.github/workflows/main-workflow.yml b/.github/workflows/main-workflow.yml index cc81499..139a5a4 100644 --- a/.github/workflows/main-workflow.yml +++ b/.github/workflows/main-workflow.yml @@ -19,8 +19,8 @@ on: - "commit-check.sh" # Automated schedule: - # Run Every 6 hours - - cron: "0 */6 * * *" + # Run Every monday at 12 pm + - cron: "0 12 * * 1" jobs: check-for-new-caddy-release: @@ -1252,4 +1252,4 @@ jobs: go_plugin_link: github.com/caddy-dns/glesys hash_file: git-hashes/glesys.txt plugin_name: glesys - repo: https://github.com/caddy-dns/glesys \ No newline at end of file + repo: https://github.com/caddy-dns/glesys