This is an automated email from the ASF dual-hosted git repository. adamsaghy pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract.git
commit 6b1fa5322de1a980f9476b3f43209e9541e36c87 Merge: c75dba444e 23258ad9e9 Author: Adam Saghy <[email protected]> AuthorDate: Thu Jun 4 16:59:33 2026 +0100 Merge pull request #5935 FINERACT-2421: Rework Github Actions workflow .../actions/setup-and-build-fineract/action.yml | 60 ++++++++++++++++++++++ .github/workflows/build-core.yml | 52 ++++--------------- .github/workflows/build-cucumber.yml | 8 +-- .github/workflows/build-docker.yml | 7 +-- .github/workflows/build-documentation.yml | 2 +- .github/workflows/build-e2e-tests.yml | 13 +++-- .github/workflows/build-mariadb.yml | 8 +-- .github/workflows/build-mysql.yml | 8 +-- .github/workflows/build-postgresql.yml | 8 +-- .github/workflows/build-progressive-loan.yml | 22 ++------ .github/workflows/build-quality-checks.yml | 14 +++-- .github/workflows/full-build-ci.yml | 9 ++++ .github/workflows/liquibase-only-postgresql.yml | 2 +- .github/workflows/pr-title-check.yml | 2 +- .github/workflows/publish-dockerhub.yml | 12 ++++- .github/workflows/regression-safety-db-changes.yml | 5 +- ...un-integration-test-sequentially-postgresql.yml | 16 ++++-- .github/workflows/smoke-messaging.yml | 7 +-- .github/workflows/sonarqube.yml | 12 ++++- .../verify-api-backward-compatibility.yml | 7 +-- .github/workflows/verify-commits.yml | 2 +- .../verify-liquibase-backward-compatibility.yml | 2 +- .github/workflows/verify-liquibase-ddl-safety.yml | 7 +-- 23 files changed, 176 insertions(+), 109 deletions(-)
