Skip to content

[Admin][UX] Filter translatable autocomplete results based on current locale #5564

[Admin][UX] Filter translatable autocomplete results based on current locale

[Admin][UX] Filter translatable autocomplete results based on current locale #5564

Workflow file for this run

name: Continuous Integration (Minimal)
on:
pull_request:
paths-ignore:
- "adr/**"
- "docs/**"
- "*.md"
workflow_dispatch: ~
push:
branches-ignore:
- 'dependabot/**'
- 'upmerge/**'
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}-minimal
cancel-in-progress: true
permissions:
contents: read
jobs:
static-checks:
name: Static checks
uses: ./.github/workflows/ci_static-checks.yaml
with:
type: minimal
e2e-mariadb:
name: End-to-end tests (MariaDB)
needs: static-checks
uses: ./.github/workflows/ci_e2e-mariadb.yaml
with:
type: minimal
e2e-mysql:
name: End-to-end tests (MySQL)
needs: static-checks
uses: ./.github/workflows/ci_e2e-mysql.yaml
with:
type: minimal
e2e-pgsql:
name: End-to-end tests (PostgreSQL)
needs: static-checks
uses: ./.github/workflows/ci_e2e-pgsql.yaml
with:
type: minimal
e2e-custom:
name: End-to-end tests (Custom)
needs: static-checks
uses: ./.github/workflows/ci_e2e-custom.yaml
frontend:
name: Frontend
needs: static-checks
uses: ./.github/workflows/ci_frontend.yaml
with:
type: minimal
packages:
name: Packages
needs: static-checks
uses: ./.github/workflows/ci_packages.yaml
with:
type: minimal
unstable:
if: contains(github.event.pull_request.title, '[Unstable]')
name: Unstable
needs: static-checks
uses: ./.github/workflows/ci__unstable.yaml
with:
ignore-failure: true