Skip to content

Commit

Permalink
fix toolforge-jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
kanasimi committed Nov 10, 2024
1 parent 0068246 commit a379316
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wikitech/toolforge-jobs-cewbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions wikitech/toolforge-jobs-signature-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a379316

Please sign in to comment.