Skip to content

Add o-search-input component #3140

Add o-search-input component

Add o-search-input component #3140

Workflow file for this run

name: filter-backend
on:
pull_request:
paths-ignore:
- '**.py'
- 'requirements/**.txt'
- '**.html'
- '**.mo'
- '**.po'
merge_group:
paths-ignore:
- '**.py'
- 'requirements/**.txt'
- '**.html'
- '**.mo'
- '**.po'
jobs:
backend:
runs-on: ubuntu-latest
strategy:
matrix:
toxenv:
- lint
- validate-migrations
- validate-assets
- validate-translations
- unittest
steps:
- run: 'echo "Skipping backend ${{ matrix.toxenv }}"'