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