Clean All Atlas organizations #8458
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: Clean All Atlas organizations | |
on: | |
workflow_dispatch: | |
inputs: | |
lifetime: | |
description: "Lifetime of project in hours" | |
type: number | |
default: 1 | |
required: true | |
jobs: | |
clean-tests: | |
uses: ./.github/workflows/cleanup-test.yml | |
with: | |
lifetime: 1 | |
clean-gov-tests: | |
uses: ./.github/workflows/cleanup-gov-test.yml | |
with: | |
lifetime: 1 |