Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/workflows/build_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,10 @@ name: Build changelog

# USAGE
#
# Always triggered on PR merge or manually from GitHub UI if we must.
# Triggered manually from GitHub UI when needed (e.g., before a release).

on:
workflow_dispatch:
# push:
# branches:
# - develop
schedule:
# Note: run daily at 10am UTC time until upstream git-chlog uses stable sorting
- cron: "0 10 * * *"

permissions:
contents: read
Expand Down