feat(loan): navigate to loan list after successful loan creation #268
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Cleanup Cache | |
| on: | |
| pull_request: | |
| types: [ closed ] | |
| workflow_dispatch: | |
| jobs: | |
| cleanup: | |
| uses: openMF/mifos-x-actionhub/.github/workflows/cache-cleanup.yaml@v1.0.11 | |
| with: | |
| cleanup_pr: ${{ github.event_name == 'pull_request' && github.event.repository.private == true }} | |
| cleanup_all: ${{ github.event_name == 'workflow_dispatch' }} | |
| secrets: | |
| token: ${{ secrets.GITHUB_TOKEN }} |