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

szetszwo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f33a16  RATIS-1341. Fail-fast tests only for PRs (#450)
2f33a16 is described below

commit 2f33a165a6b066f85ca2334d4e3a10d9366b69e7
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Mar 18 14:56:55 2021 +0100

    RATIS-1341. Fail-fast tests only for PRs (#450)
---
 .github/workflows/post-commit.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/post-commit.yml 
b/.github/workflows/post-commit.yml
index 0e5f553..2cfe002 100644
--- a/.github/workflows/post-commit.yml
+++ b/.github/workflows/post-commit.yml
@@ -86,6 +86,7 @@ jobs:
           - grpc
           - server
           - misc
+      fail-fast: ${{ github.event_name == 'pull_request' }}
     steps:
         - uses: actions/checkout@master
         - name: Cache for maven dependencies

Reply via email to