This is an automated email from the ASF dual-hosted git repository. lburgazzoli 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 6d2e697 github action: add trigger on workflow_dispatch 6d2e697 is described below commit 6d2e697a70d1a5605811b5be009d089f912ad382 Author: Luca Burgazzoli <lburgazz...@users.noreply.github.com> AuthorDate: Sun Oct 11 15:14:38 2020 +0000 github action: add trigger on workflow_dispatch --- .github/workflows/asf-snapshots-deploy.yml | 1 + .github/workflows/automatic-changelog-update.yml | 1 + .github/workflows/automatic-sync-camel-master.yml | 1 + .github/workflows/rebase-master-onto-camel-master.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/workflows/asf-snapshots-deploy.yml b/.github/workflows/asf-snapshots-deploy.yml index c301e21..d3e4560 100644 --- a/.github/workflows/asf-snapshots-deploy.yml +++ b/.github/workflows/asf-snapshots-deploy.yml @@ -23,6 +23,7 @@ on: schedule: # Run at 1 during night - cron: '0 1 * * *' + workflow_dispatch: jobs: build: diff --git a/.github/workflows/automatic-changelog-update.yml b/.github/workflows/automatic-changelog-update.yml index 91b5873..db35e77 100644 --- a/.github/workflows/automatic-changelog-update.yml +++ b/.github/workflows/automatic-changelog-update.yml @@ -21,6 +21,7 @@ on: schedule: # Run at 3 during night - cron: '0 3 * * *' + workflow_dispatch: jobs: generate_changelog: diff --git a/.github/workflows/automatic-sync-camel-master.yml b/.github/workflows/automatic-sync-camel-master.yml index 27e0b5f..3e4737e 100644 --- a/.github/workflows/automatic-sync-camel-master.yml +++ b/.github/workflows/automatic-sync-camel-master.yml @@ -24,6 +24,7 @@ on: schedule: # Run at 2 AM every day - cron: '0 2 * * *' + workflow_dispatch: jobs: build: name: Sync Camel Kafka Connector camel-master Branch diff --git a/.github/workflows/rebase-master-onto-camel-master.yml b/.github/workflows/rebase-master-onto-camel-master.yml index ec5d351..5d8906b 100644 --- a/.github/workflows/rebase-master-onto-camel-master.yml +++ b/.github/workflows/rebase-master-onto-camel-master.yml @@ -24,6 +24,7 @@ on: schedule: # Run every day at midnight - cron: '0 0 * * *' + workflow_dispatch: jobs: build: