From f588f218197348303b906275c4710d6e9495b22e Mon Sep 17 00:00:00 2001 From: heitorlessa Date: Mon, 24 Jul 2023 10:59:15 +0200 Subject: [PATCH] chore(ci): build changelog on a schedule only --- .github/workflows/build_changelog.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_changelog.yml b/.github/workflows/build_changelog.yml index a167868be05..b14c38c39a5 100644 --- a/.github/workflows/build_changelog.yml +++ b/.github/workflows/build_changelog.yml @@ -13,9 +13,12 @@ name: Build changelog on: workflow_dispatch: - push: - branches: - - develop +# push: +# branches: +# - develop + schedule: + # Note: run daily at 7am UTC time until upstream git-chlog uses stable sorting + - cron: "0 7 * * *" permissions: contents: read