Skip to content

Commit

Permalink
Update release schedule in .github/workflows/release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Oct 17, 2024
1 parent a3e4a27 commit c7fea96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
issues:
types: [closed]
schedule:
- cron: '30 8 * * *'
- cron: '0 */3 * * *'
jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c7fea96

Please sign in to comment.