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 f2e0a07be1971f8e77ab28d5e5873df524d56d1b
Author: Tomaz Muraus <[email protected]>
AuthorDate: Sun Dec 13 14:02:51 2020 +0100

    Fix syntax.
---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 1102871..d38f06d 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -32,8 +32,8 @@ jobs:
     if: ${{ needs.pre_job.outputs.should_skip == 'false' }}
 
     strategy:
+      fail-fast: false
       matrix:
-        fail-fast: false
         python_version:
           - 3.5,
           - 3.6

Reply via email to