Skip to content

Dry up spam tests into single spec #93

Dry up spam tests into single spec

Dry up spam tests into single spec #93

name: CI app PR Environment Destroy
on:
workflow_dispatch:
inputs:
pr_number:
required: true
type: string
pull_request_target:
types: [closed]
jobs:
destroy:
name: " " # GitHub UI is noisy when calling reusable workflows, so use whitespace for name to reduce noise
uses: ./.github/workflows/pr-environment-destroy.yml
with:
app_name: "app"
environment: "dev"
pr_number: ${{ inputs.pr_number || github.event.number }}