Cleanup Stale PR Environments #31
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 Stale PR Environments | |
| on: | |
| schedule: | |
| - cron: '0 0 * * *' | |
| workflow_dispatch: | |
| jobs: | |
| cleanup: | |
| ## This should be replaced by 'PADAS/.github/.github/workflows/pipeline-cleanup-stale-pr-envs.yml@main' when it becomes public. | |
| uses: PADAS/gundi-workflows/.github/workflows/pipeline-cleanup-stale-pr-envs.yml@main |