Skip to content

feat(core/store): Phase B — consumer Store5 seam (Theme + Koin + DB v2 + RoomSubmitOutbox) #258

feat(core/store): Phase B — consumer Store5 seam (Theme + Koin + DB v2 + RoomSubmitOutbox)

feat(core/store): Phase B — consumer Store5 seam (Theme + Koin + DB v2 + RoomSubmitOutbox) #258

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.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 }}