Skip to content

Commit

Permalink
More freq auto release
Browse files Browse the repository at this point in the history
  • Loading branch information
ogesaku committed Nov 1, 2024
1 parent e0b7793 commit a535778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_release-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Self Auto Release
on:
workflow_dispatch:
schedule:
# at 5:30 UTC every other month
- cron: "30 5 1 */2 *"
# at 5:30 UTC every month
- cron: "30 5 1 * *"

jobs:
check:
Expand Down

0 comments on commit a535778

Please sign in to comment.