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/13 13:53:25 UTC

[libcloud] 01/02: Remove testing changes.

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

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

commit 62272d4aae203c70757319b05beb499e3a450323
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun Dec 13 14:46:57 2020 +0100

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

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