Skip to content

Playground Preview - Publish #126

Playground Preview - Publish

Playground Preview - Publish #126

name: Playground Preview - Publish
on:
workflow_run:
workflows: ["Playground Preview - Build"]
types:
- completed
permissions:
contents: write
pull-requests: write
jobs:
publish:
if: >
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success'
uses: tarosky/workflows/.github/workflows/playground-preview-publish.yml@main