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 2021/10/24 18:14:44 UTC

[libcloud] 01/02: Remove testing 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

commit c8553fdde1b43c241305d346d48bdb1eb1364669
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun Oct 24 20:13:58 2021 +0200

    Remove testing change.
---
 .github/workflows/publish_pricing_to_s3.yml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/.github/workflows/publish_pricing_to_s3.yml b/.github/workflows/publish_pricing_to_s3.yml
index c1c459d..1f34e8f 100644
--- a/.github/workflows/publish_pricing_to_s3.yml
+++ b/.github/workflows/publish_pricing_to_s3.yml
@@ -2,14 +2,6 @@
 name: Publish pricing.json to S3 bucket
 
 on:
-  push:
-    branches:
-      - trunk
-      - fix_pricing_job
-  pull_request:
-    branches:
-      - trunk
-      - fix_pricing_job
   schedule:
     - cron: '0 13 * * *'
     - cron: '0 2 * * *'