You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by dr...@apache.org on 2022/08/29 02:51:42 UTC

[ratis] 02/05: RATIS-1690. Disable fail-fast for unit check (#726)

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

dragonyliu pushed a commit to branch release-2.4.0
in repository https://gitbox.apache.org/repos/asf/ratis.git

commit 20108024abee4cd9bd38b59604a3e198d9e90832
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Fri Aug 26 18:06:45 2022 +0200

    RATIS-1690. Disable fail-fast for unit check (#726)
    
    (cherry picked from commit 3e77a112ac59deb498403999a04bb8f9232e6da4)
---
 .github/workflows/post-commit.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/post-commit.yml b/.github/workflows/post-commit.yml
index bdf37ba02..d80abfd18 100644
--- a/.github/workflows/post-commit.yml
+++ b/.github/workflows/post-commit.yml
@@ -120,7 +120,7 @@ jobs:
           - grpc
           - server
           - misc
-      fail-fast: ${{ github.event_name == 'pull_request' }}
+      fail-fast: false
     steps:
         # TEMPORARY WHILE GITHUB FIXES https://github.com/actions/virtual-environments/issues/3185
         - name: Add the current IP address, long hostname and short hostname record to /etc/hosts file