Skip to content

Commit 83ee162

Browse files
authored
chore(ci): build changelog on a schedule only (#2832)
1 parent a945715 commit 83ee162

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build_changelog.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ name: Build changelog
1313

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

2023
permissions:
2124
contents: read

0 commit comments

Comments
 (0)