Skip to content

Commit

Permalink
Allow manually running the changelog workflow
Browse files Browse the repository at this point in the history
When the changelog generation failed, or when developers want to
regenerate it.

https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow
  • Loading branch information
francoisfreitag committed Apr 29, 2024
1 parent e32ecc5 commit a82988e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mkchangelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: 📃 Changelog
on:
schedule:
- cron: 0 0 * * 1
workflow_dispatch:

jobs:
generate-changelog:
Expand Down

0 comments on commit a82988e

Please sign in to comment.