Control Plane Test Catalog Cleanup #60
This file contains 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: Control Plane Test Catalog Cleanup | |
on: | |
schedule: | |
- cron: '0 0 1 * *' | |
workflow_dispatch: | |
jobs: | |
cleanup: | |
uses: giantswarm/app-catalog-cleanup-tool/.github/workflows/[email protected] | |
with: | |
delete-before: "1 month" | |
dry-run: false |