From 24bc89ee43f5171a2ddcdfbf9380e6c4cc05b928 Mon Sep 17 00:00:00 2001 From: Kyle Ju Date: Fri, 24 Jan 2025 14:49:19 -0800 Subject: [PATCH] Turn on webdx features cron (#4727) --- cron.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/cron.yaml b/cron.yaml index 682f3d7f..f41d409f 100644 --- a/cron.yaml +++ b/cron.yaml @@ -44,7 +44,6 @@ cron: - description: Check if any origin trials require activation url: /cron/activate_origin_trials schedule: every day 9:00 -# TODO(kyleju): Activate this when it is ready. -# - description: Fetch a new copy of Webdx feature ID list -# url: /cron/fetch_webdx_feature_ids -# schedule: every day 9:00 +- description: Fetch a new copy of Webdx feature ID list + url: /cron/fetch_webdx_feature_ids + schedule: every day 9:00