Skip to content

ci: add reusable workflows #20

ci: add reusable workflows

ci: add reusable workflows #20

Workflow file for this run

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