Skip to content

ci: add standard centralized workflows (auto-format, dependabot-automerge, docs-preview-cleanup) #4

ci: add standard centralized workflows (auto-format, dependabot-automerge, docs-preview-cleanup)

ci: add standard centralized workflows (auto-format, dependabot-automerge, docs-preview-cleanup) #4

name: Doc Preview Cleanup
on:
pull_request:
types: [closed]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
jobs:
doc-preview-cleanup:
uses: "SciML/.github/.github/workflows/docs-preview-cleanup.yml@v1"
secrets: "inherit"