This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch fix-kafka-connector-changelog in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit 35494d0eb52b7ae662f2b4d49aff7a7f10b62ee6 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Sep 28 20:27:33 2020 +0200 Fixes changelog to run only on master Thanks to @christophd for reporting this. --- .github/workflows/automatic-changelog-update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/automatic-changelog-update.yml b/.github/workflows/automatic-changelog-update.yml index eb05f3c..91b5873 100644 --- a/.github/workflows/automatic-changelog-update.yml +++ b/.github/workflows/automatic-changelog-update.yml @@ -26,6 +26,7 @@ jobs: generate_changelog: runs-on: ubuntu-latest name: Generate changelog for master branch + if: github.ref == 'refs/heads/master' && github.repository == 'apache/camel-kafka-connector' steps: - uses: actions/checkout@v1