Skip to content

Commit

Permalink
Automatic changelog: Let's run during the night only one time (#1692)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd authored Sep 8, 2020
1 parent 9035264 commit 10222a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automatic-changelog-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ name: Changelog

on:
schedule:
# Run every hour
- cron: '0 * * * *'
# Run at 3 during the night
- cron: '0 3 * * *'

jobs:
generate_changelog:
Expand Down

0 comments on commit 10222a1

Please sign in to comment.