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/11/12 21:15:25 UTC

[libcloud] 03/03: Remove testing change which is verified and it's working.

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 858ea96026a555e547e997a22bf6aa0835e1864f
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri Nov 12 22:11:55 2021 +0100

    Remove testing change which is verified and it's working.
---
 .github/workflows/install_test.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/install_test.yml b/.github/workflows/install_test.yml
index 18678ab..5804ff2 100644
--- a/.github/workflows/install_test.yml
+++ b/.github/workflows/install_test.yml
@@ -3,9 +3,6 @@
 name: Install stable version using pip
 
 on:
-  push:
-    branches:
-      - daily_verify_checksums
   schedule:
     - cron: '0 13 * * *'
     - cron: '0 2 * * *'
@@ -59,5 +56,5 @@ jobs:
       - name: Verify Checksums
         run: |
           LAST_STABLE_VERSION=$(curl -s --fail https://pypi.org/pypi/apache-libcloud/json | jq ".releases | to_entries | last | .key" -r)
-          echo "Checking checksums for version ${LAST_STABLE_VERSION}"
+          echo "Verifying checksums for version ${LAST_STABLE_VERSION}"
           ./dist/verify_checksums.sh "apache-libcloud-${LAST_STABLE_VERSION}"