From a379316bb207b6bfe9c624215edebe3bd459e3e6 Mon Sep 17 00:00:00 2001 From: kanasimi Date: Sun, 10 Nov 2024 08:17:25 +0800 Subject: [PATCH] fix toolforge-jobs --- wikitech/toolforge-jobs-cewbot.yml | 2 +- wikitech/toolforge-jobs-signature-checker.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wikitech/toolforge-jobs-cewbot.yml b/wikitech/toolforge-jobs-cewbot.yml index 5916a91..2424747 100644 --- a/wikitech/toolforge-jobs-cewbot.yml +++ b/wikitech/toolforge-jobs-cewbot.yml @@ -578,7 +578,7 @@ schedule: "2 0 * * 1" - name: k8s-20210701.import-pubmed-to-wikidata - command: "node ./wikibot/routine/20210701.import_PubMed_to_wikidata.js" + command: "node ./wikibot/routine/20210701.import_PubMed_to_wikidata.js wbeditentity_only_for_main=true" image: node18 mem: 4Gi continuous: true diff --git a/wikitech/toolforge-jobs-signature-checker.yml b/wikitech/toolforge-jobs-signature-checker.yml index 9e2d738..e992b22 100644 --- a/wikitech/toolforge-jobs-signature-checker.yml +++ b/wikitech/toolforge-jobs-signature-checker.yml @@ -41,12 +41,12 @@ mem: 4Gi continuous: true - name: k8s-20170515.signature-check.wikiversity - command: "node ./wikibot/routine/20170515.signature_check.js use_project=zh.wwikiversity" + command: "node ./wikibot/routine/20170515.signature_check.js use_project=zh.wikiversity" image: node18 mem: 4Gi continuous: true - name: k8s-20170515.signature-check.wiktionary - command: "node ./wikibot/routine/20170515.signature_check.js use_project=zh.wwiktionary" + command: "node ./wikibot/routine/20170515.signature_check.js use_project=zh.wiktionary" image: node18 mem: 4Gi continuous: true