NkwaTambe opened a new pull request, #5919: URL: https://github.com/apache/fineract/pull/5919
## Summary - Fixed broken `paths` filter in `.github/workflows/build-push-sms-gateway.yml` - Changed `../../fineract-adorsys-sms-gateway/**` to `fineract-adorsys-sms-gateway/**` - The old path used relative `../` segments that never matched any files, so the SMS gateway Docker build has not triggered since this workflow was added - Config CLI workflow paths are already correct — no changes needed ## Why it matters This workflow is responsible for building and pushing the SMS Gateway native image to GHCR. Without this fix, it silently never runs, leaving stale container images. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
