Skip to content

Commit

Permalink
Run autorelease workflow daily.
Browse files Browse the repository at this point in the history
Running on a weekly schedule means there are often commits other than Dependabot ones and a PR to bump version will not be opened.
  • Loading branch information
MuriloDalRi committed May 20, 2024
1 parent a54510c commit 5861598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
workflow_dispatch: {}
schedule:
- cron: '00 13 * * 2'
- cron: '30 10 * * 1-5' # 10:30am UTC, Mon-Fri.

jobs:
autorelease:
Expand Down

0 comments on commit 5861598

Please sign in to comment.