You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/05/10 14:20:55 UTC

[fineract] branch develop updated: fix (?) .github/workflows/rebase.yml (FINERACT-829)

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

vorburger 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 8743fc9  fix (?) .github/workflows/rebase.yml (FINERACT-829)
8743fc9 is described below

commit 8743fc97431d42d4057ad3194725da839e737a81
Author: Michael Vorburger <mi...@vorburger.ch>
AuthorDate: Sun May 10 02:49:54 2020 +0200

    fix (?) .github/workflows/rebase.yml (FINERACT-829)
---
 .github/workflows/rebase.yml | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml
index 92d886d..4518614 100644
--- a/.github/workflows/rebase.yml
+++ b/.github/workflows/rebase.yml
@@ -10,14 +10,9 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - uses: actions/checkout@master
+      with:
+        fetch-depth: 0
     - name: Automatic Rebase
-      uses: cirrus-actions/rebase@1.2
+      uses: cirrus-actions/rebase@1.3
       env:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-  # https://github.community/t5/GitHub-Actions/Workflow-is-failing-if-no-job-can-be-ran-due-to-condition/m-p/38186#M3250
-  always_job:
-    name: Always run job
-    runs-on: ubuntu-latest
-    steps:
-      - name: Always run
-        run: "echo \"fineract/.github/workflows/rebase.yml: This job is used to prevent the workflow to fail when all other jobs are skipped.\""