From ebfb86b76598f028d5f8a391fee4f3fcf74d0491 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Mon, 7 Oct 2024 12:13:54 +0200 Subject: [PATCH] `update-drafts`: increase frequency of updates (#1807) With the lighter-weight diffs introduced in https://github.com/web-platform-dx/web-features/pull/1783 it now makes sense to run this more frequently, so contributors are less likely to see already-assigned keys. --- .github/workflows/update_draft_features_weekly.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update_draft_features_weekly.yml b/.github/workflows/update_draft_features_weekly.yml index a9424bfa1d2..545dd3912d6 100644 --- a/.github/workflows/update_draft_features_weekly.yml +++ b/.github/workflows/update_draft_features_weekly.yml @@ -1,9 +1,9 @@ name: Update Draft Features on: - # Runs at midnight on Mondays 05:30 UTC, or manually triggered + # Runs at midnight on Mondays and Thursdays 05:30 UTC, or manually triggered schedule: - - cron: "30 5 * * 1" + - cron: "30 5 * * 1,4" workflow_dispatch: jobs: @@ -25,7 +25,7 @@ jobs: add-paths: | features/draft/spec/ commit-message: Update draft features - title: "Update draft features weekly" + title: "Update draft features" body: | This is an auto-generated PR with draft features by spec updates.