Skip to content

fix(models): remember per-model memory-fit override #662

fix(models): remember per-model memory-fit override

fix(models): remember per-model memory-fit override #662

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 }}