You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2020/03/25 11:33:24 UTC

[camel-k] 04/04: Fix #1365: Use cron schedule

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

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

commit 9690512676f9b08e90e1d0bdd28af4973b1d0dc6
Author: Nicola Ferraro <ni...@gmail.com>
AuthorDate: Tue Mar 24 18:51:13 2020 +0100

    Fix #1365: Use cron schedule
---
 .github/workflows/release.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 957f0e7..86f259e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -18,9 +18,9 @@
 name: release
 
 on:
-  push:
-    branches:
-      - master
+  schedule:
+  - cron:  '0 0 * * *'
+
 jobs:
   release:
     runs-on: ubuntu-latest