From 695a94a57ca9674c37ac1253872fc0bbb5220790 Mon Sep 17 00:00:00 2001 From: Mikkel Jakobsen Date: Sun, 8 Oct 2023 20:50:58 +0200 Subject: [PATCH] Make sure that cron and text translation is running at test env --- .lagoon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lagoon.yml b/.lagoon.yml index e37c3e591..11799d90c 100644 --- a/.lagoon.yml +++ b/.lagoon.yml @@ -72,7 +72,7 @@ environments: schedule: "M/30 * * * *" command: drush locale-check && drush locale-update service: cli - pr-396: + pr-399: cronjobs: - name: drush cron schedule: "M/15 * * * *"