Skip to content

Commit 608df1b

Browse files
chore(ci): remove daily changelog rebuild schedule (#7897)
chore: remove automated changelog
1 parent 33f2c8f commit 608df1b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build_changelog.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,10 @@ name: Build changelog
99

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

1414
on:
1515
workflow_dispatch:
16-
# push:
17-
# branches:
18-
# - develop
19-
schedule:
20-
# Note: run daily at 10am UTC time until upstream git-chlog uses stable sorting
21-
- cron: "0 10 * * *"
2216

2317
permissions:
2418
contents: read

0 commit comments

Comments
 (0)