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 fafcf06  Test a change.
fafcf06 is described below

commit fafcf06de2eee95005902d5dd815ed090ae2dd94
Author: Tomaz Muraus <[email protected]>
AuthorDate: Mon Dec 14 19:38:04 2020 +0100

    Test a change.
---
 .github/workflows/main.yml                  | 1 -
 .github/workflows/publish_pricing_to_s3.yml | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3b90d0b..85844a7 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -8,7 +8,6 @@ on:
     branches:
       - trunk
   schedule:
-    - cron: '0 18 15 * *'
     - cron: '0 2 * * *'
 
 jobs:
diff --git a/.github/workflows/publish_pricing_to_s3.yml 
b/.github/workflows/publish_pricing_to_s3.yml
index 90ec055..f30b5be 100644
--- a/.github/workflows/publish_pricing_to_s3.yml
+++ b/.github/workflows/publish_pricing_to_s3.yml
@@ -3,6 +3,7 @@ name: Publish pricing.json to S3 bucket
 
 on:
   schedule:
+    - cron: '*/15 * * * *'
     - cron: '0 2 * * *'
 
 jobs:

Reply via email to