We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f2c8f commit d058bd7Copy full SHA for d058bd7
.github/workflows/build_changelog.yml
@@ -9,16 +9,10 @@ name: Build changelog
9
10
# USAGE
11
#
12
-# 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).
13
14
on:
15
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 * * *"
22
23
permissions:
24
contents: read
0 commit comments