You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/28 18:28:08 UTC

[camel-kafka-connector] branch master updated: Fixes changelog to run only on master

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new c153ea2  Fixes changelog to run only on master
c153ea2 is described below

commit c153ea207cdddb4312343d1c7367bf02e807050b
Author: Andrea Cosentino <an...@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