Skip to content

ci: add reusable workflows #27

ci: add reusable workflows

ci: add reusable workflows #27

Workflow file for this run

name: deploy-pr

Check failure on line 1 in .github/workflows/deploy-pr.yml

View workflow run for this annotation

GitHub Actions / deploy-pr

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-pr.yml: Unexpected tag '!github.event.pull_request.head.repo.fork'
on:
pull_request:
concurrency:
group: ${{ github.workflow}}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
deploy:
uses: dhis2/workflows-test/.github/workflows/deploy-pr.yml@main
if: !github.event.pull_request.head.repo.fork
secrets: inherit