Skip to content

feat: allow empty submit when selected context is attached #704

feat: allow empty submit when selected context is attached

feat: allow empty submit when selected context is attached #704

Workflow file for this run

name: PR Pipeline
on:
pull_request:
branches: [main]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write
jobs:
build-validation:
name: Build Validation
uses: ./.github/workflows/pr-build-validation.yml
with:
head_ref: ${{ github.event.pull_request.head.sha }}
frontend-tests:
name: Frontend Tests
uses: ./.github/workflows/pr-frontend-tests.yml
with:
head_ref: ${{ github.event.pull_request.head.sha }}
backend-tests:
name: Backend Tests
uses: ./.github/workflows/pr-backend-tests.yml
with:
head_ref: ${{ github.event.pull_request.head.sha }}