Skip to content

Scratch Org Pool Cleaner - Auto Scheduled #73

Scratch Org Pool Cleaner - Auto Scheduled

Scratch Org Pool Cleaner - Auto Scheduled #73

Workflow file for this run

name: "Scratch Org Pool Cleaner - Auto Scheduled"
on:
workflow_dispatch:
schedule:
- cron: "0 01 * * *"
jobs:
clean-pool:
strategy:
matrix:
pool-tag: [ci, dev]
uses: b64hub/dx-actions/.github/workflows/clean-pool.yml@main
with:
pool-tag: ${{ matrix.pool-tag }}
secrets: inherit