From 0e56e0e26cbea4c17096b89bdc8d7ef48018fd5c Mon Sep 17 00:00:00 2001 From: songtianlun Date: Tue, 22 Apr 2025 15:12:02 +0800 Subject: [PATCH] chore: update skipped repositories in cronjob - Add `haut-gis-org.github.io`, `vue_vue2leaflet`, and `lobe-chat-1` to the list of skipped repositories. - This change ensures that these repositories are not processed by the cron job, helping streamline operations and avoid unnecessary tasks. --- mirror-git-cron-job/cronjob.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirror-git-cron-job/cronjob.yaml b/mirror-git-cron-job/cronjob.yaml index 89eec22..7f869d5 100644 --- a/mirror-git-cron-job/cronjob.yaml +++ b/mirror-git-cron-job/cronjob.yaml @@ -69,7 +69,7 @@ spec: name: mirror-git-secrets key: gitea_token - name: SKIP_REPOS - value: "archive,AutoApiSecret,backup-openbilibili-go-common,carrot,ChatGLM-6B,dokploy,hub-mirror,songtianlun,songtianlun.github.io" + value: "archive,AutoApiSecret,backup-openbilibili-go-common,carrot,ChatGLM-6B,dokploy,hub-mirror,songtianlun,songtianlun.github.io,haut-gis-org.github.io,vue_vue2leaflet,lobe-chat-1" - name: ENABLE_MAIL value: "true" - name: SMTP_SERVER