Skip to content

Ktorfit Cleanup: Remove Duplicates and Align DI Configuration #62

Ktorfit Cleanup: Remove Duplicates and Align DI Configuration

Ktorfit Cleanup: Remove Duplicates and Align DI Configuration #62

Workflow file for this run

name: Cleanup Cache
on:
pull_request:
types: [ closed ]
workflow_dispatch:
jobs:
cleanup:
uses: openMF/mifos-x-actionhub/.github/workflows/cache-cleanup.yaml@v1.0.0
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 }}