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

kaze pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new d4e8a7e  do not attempt to run Deploy to Fineract.dev GitHub Workflow 
on Forks [FINERACT-970]
d4e8a7e is described below

commit d4e8a7edd0e2e22069c694970812cc5cd248991f
Author: Michael Vorburger <[email protected]>
AuthorDate: Fri May 22 00:35:54 2020 +0200

    do not attempt to run Deploy to Fineract.dev GitHub Workflow on Forks 
[FINERACT-970]
---
 .github/workflows/fineract.dev.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/fineract.dev.yaml 
b/.github/workflows/fineract.dev.yaml
index e158126..26f26ae 100644
--- a/.github/workflows/fineract.dev.yaml
+++ b/.github/workflows/fineract.dev.yaml
@@ -18,6 +18,7 @@ on:
 jobs:
   setup-build-deploy:
     name: Deploy on Fineract.dev
+    if: github.repository == 'apache/fineract'
     runs-on: ubuntu-latest
 
     steps:

Reply via email to