We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c3fd4 commit 9173664Copy full SHA for 9173664
.github/workflows/changelog.yml
@@ -1,9 +1,8 @@
1
name: Generator Changelog
2
3
on:
4
- push:
5
- branches:
6
- - master
+ schedule:
+ - cron: "0 8 */2 * *"
7
8
jobs:
9
build-sources:
0 commit comments