This is an automated email from the ASF dual-hosted git repository. dragonyliu pushed a commit to branch branch-2 in repository https://gitbox.apache.org/repos/asf/ratis.git
commit e5817bc2e6ff3e45b06b4ce4d48942b7a2e0f5da Author: Doroszlai, Attila <[email protected]> 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
