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:25:49 UTC

[camel-k-runtime] 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-k-runtime.git


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

commit 9801bbf671c1cd9f591582cbf1890e812f5506f4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 28 20:25:05 2020 +0200

    Fixes changelog to run only on master
    
    Thanks @christophd for reporting this on camel-k
---
 .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 314d7e3..62236a4 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-k-runtime'
     steps:
       - uses: actions/checkout@v1