Skip to content

ci: add reusable workflows #5

ci: add reusable workflows

ci: add reusable workflows #5

Workflow file for this run

name: deploy-pr
on:
pull_request:
concurrency:
group: ${{ github.workflow}}-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
uses: ./.github/workflows/deploy-pr-reusable.yml
if: "!github.event.pull_request.repository.fork"
secrets: inherit