Skip to content

Change PR deployment to build artifact + deploy #1

Change PR deployment to build artifact + deploy

Change PR deployment to build artifact + deploy #1

Workflow file for this run

name: Build GO (WR) PR
run-name: Build GO (WR) for ${{ github.event.number }} - ${{ github.event.pull_request.title }}
permissions:
actions: read
contents: read
on:
pull_request:
paths-ignore:
- 'apps/gi-backend/**'
- 'apps/gi-backend-e2e/**'
- 'apps/gi-frontend-next-e2e/**'
- 'apps/gi-frontend-next-e2e/**'
- 'apps/sr-frontend/**'
- 'apps/sr-frontend-e2e/**'
- 'libs/gi/formula/**'
- 'libs/gi/formula-ui/**'
- 'libs/gi/frontend-gql/**'
- 'libs/gi/prisma-schema/**'
- 'libs/gi/ui-next/**'
- 'libs/pando/**'
- 'libs/sr/**'
types: [opened, reopened, synchronize, labeled]
jobs:
call-build-frontend:
uses: ./.github/workflows/build-frontend.yml

Check failure on line 28 in .github/workflows/build-go-wr-pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-go-wr-pr.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-go-wr-pr.yml" -> "./.github/workflows/build-frontend.yml" : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
frontend_name: 'frontend'
repo_full_name: ${{ github.event.pull_request.head.repo.full_name }}
ref: ''
deployment_name: ${{ github.event.number }}
show_dev_components: ${{ contains(github.event.pull_request.labels.*.name, 'showDevComponents') }}
secrets: inherit