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 19:02:53 UTC

[libcloud] branch trunk updated: Remove testing changes.

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 f35f7f0  Remove testing changes.
f35f7f0 is described below

commit f35f7f09df7235125d8cc8b21dbc8dd75f3903e8
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Dec 14 20:02:41 2020 +0100

    Remove testing changes.
---
 .github/workflows/main.yml                  | 2 +-
 .github/workflows/publish_pricing_to_s3.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 85844a7..068dd14 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -8,7 +8,7 @@ on:
     branches:
       - trunk
   schedule:
-    - cron: '0 2 * * *'
+    - cron: '0 1 * * *'
 
 jobs:
   # Special job which skips duplicate jobs
diff --git a/.github/workflows/publish_pricing_to_s3.yml b/.github/workflows/publish_pricing_to_s3.yml
index f30b5be..b1d2626 100644
--- a/.github/workflows/publish_pricing_to_s3.yml
+++ b/.github/workflows/publish_pricing_to_s3.yml
@@ -3,7 +3,7 @@ name: Publish pricing.json to S3 bucket
 
 on:
   schedule:
-    - cron: '*/15 * * * *'
+    - cron: '0 13 * * *'
     - cron: '0 2 * * *'
 
 jobs: