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.