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 <[email protected]> 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 * * *'
