Skip to content

Clean All Atlas organizations #8458

Clean All Atlas organizations

Clean All Atlas organizations #8458

Workflow file for this run

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