Skip to content

Add e2e test for notifications #26

Add e2e test for notifications

Add e2e test for notifications #26

name: CI app-rails 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-rails"
environment: "dev"
pr_number: ${{ inputs.pr_number || github.event.number }}