Skip to content

Commit

Permalink
update-drafts: increase frequency of updates (#1807)
Browse files Browse the repository at this point in the history
With the lighter-weight diffs introduced in
#1783 it now makes
sense to run this more frequently, so contributors are less likely to
see already-assigned keys.
  • Loading branch information
ddbeck authored Oct 7, 2024
1 parent c11d887 commit ebfb86b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_draft_features_weekly.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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.
Expand Down

0 comments on commit ebfb86b

Please # to comment.