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/02 07:20:08 UTC

[camel-kafka-connector] branch master updated: Changelog action: No need for schedule

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 bde7b4a  Changelog action: No need for schedule
bde7b4a is described below

commit bde7b4a99286f9c13dc8d3252dfffff971fe5a16
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 2 09:13:28 2020 +0200

    Changelog action: No need for schedule
---
 .github/workflows/automatic-changelog-update.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.github/workflows/automatic-changelog-update.yml b/.github/workflows/automatic-changelog-update.yml
index b4d5cf4..9a1b116 100644
--- a/.github/workflows/automatic-changelog-update.yml
+++ b/.github/workflows/automatic-changelog-update.yml
@@ -27,10 +27,6 @@ on:
   issues:
     types: [closed, edited]
 
-  schedule:
-    # Run every day at midnight
-    - cron:  '* * * * *'
-
 jobs:
   generate_changelog:
     runs-on: ubuntu-latest