Skip to content

Commit

Permalink
Merge pull request #143 from eslint-kit/chore/fix-auto-release-cron
Browse files Browse the repository at this point in the history
[Chore] Fix auto release cron
  • Loading branch information
Evgeny Zakharov committed May 4, 2023
2 parents 0ab7630 + 4144aa3 commit a4927c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Auto Release Draft

on:
schedule:
- cron: '* 5 * * *'
- cron: '0 6 * * *'

jobs:
auto-release:
Expand Down

0 comments on commit a4927c2

Please sign in to comment.