You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2020/12/14 18:10:34 UTC

[libcloud] branch trunk updated: Test the change.

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

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 833034b  Test the change.
833034b is described below

commit 833034beecb189df52c577c5f5dcdedb3e909a7e
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Dec 14 19:09:51 2020 +0100

    Test the change.
---
 .github/workflows/main.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 85844a7..3b90d0b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -8,6 +8,7 @@ on:
     branches:
       - trunk
   schedule:
+    - cron: '0 18 15 * *'
     - cron: '0 2 * * *'
 
 jobs: