mirror of
https://github.com/openMF/mifos-mobile.git
synced 2026-02-06 11:26:51 +00:00
16 lines
424 B
YAML
16 lines
424 B
YAML
name: Cleanup Cache
|
|
|
|
on:
|
|
pull_request:
|
|
types: [ closed ]
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
cleanup:
|
|
uses: openMF/mifos-mobile-github-actions/.github/workflows/cache-cleanup.yaml@main
|
|
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 }}
|