Skip to content

Update deployment workflow to include build and deploy steps #19

Update deployment workflow to include build and deploy steps

Update deployment workflow to include build and deploy steps #19

Workflow file for this run

name: "🔄 Pull Request"
on:
pull_request:
types: [ opened, synchronize, reopened, converted_to_draft, ready_for_review ]
concurrency:
group: "${{ github.workflow }}-${{ github.event.pull_request.number }}"
cancel-in-progress: true
jobs:
build:

Check failure on line 12 in .github/workflows/pull_request.yml

View workflow run for this annotation

GitHub Actions / 🔄 Pull Request

Invalid workflow file

The workflow is not valid. .github/workflows/pull_request.yml (Line: 12, Col: 3): The workflow must contain at least one job with no dependencies.
needs: [ install ]
uses: ./.github/workflows/build.yml