From f0b24cdc893b9d451d7887cad48b74a3ad3bbc85 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 19 Sep 2024 14:49:14 +0200 Subject: [PATCH] `update-drafts`: increase frequency of updates 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 e9cc3cb8aed..7e3a1eb112f 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: @@ -24,7 +24,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.