From 2c6512fe0da1f608d2d1797498ebb558fcd1421c Mon Sep 17 00:00:00 2001 From: Jesse Mortenson Date: Tue, 14 Jan 2025 16:55:27 -0600 Subject: [PATCH] Remove MN from tasks --- tasks/mn.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 tasks/mn.yml diff --git a/tasks/mn.yml b/tasks/mn.yml deleted file mode 100644 index 1002f53..0000000 --- a/tasks/mn.yml +++ /dev/null @@ -1,18 +0,0 @@ -MN-scrape: - image: openstates/scrapers - entrypoint: "poetry run os-update mn bills votes --realtime" - enabled: true - environment: scrapers - triggers: - - cron: 0 */4 * * * -# - cron: 0 1,8,11,17 * * ? -# - cron: 15 7 * * ? - timeout_minutes: 360 - next_tasks: - - MN-text - -MN-text: - image: openstates/core - entrypoint: "poetry run os-text-extract update mn" - enabled: true - environment: scrapers