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:24 UTC

[libcloud] 02/03: Test the 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 b7d51e30e746c9233a4e8433778b9e71c7d4f14c
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri Nov 12 22:10:49 2021 +0100

    Test the change.
---
 .github/workflows/install_test.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/install_test.yml b/.github/workflows/install_test.yml
index 1b9bb1b..18678ab 100644
--- a/.github/workflows/install_test.yml
+++ b/.github/workflows/install_test.yml
@@ -3,6 +3,9 @@
 name: Install stable version using pip
 
 on:
+  push:
+    branches:
+      - daily_verify_checksums
   schedule:
     - cron: '0 13 * * *'
     - cron: '0 2 * * *'