Skip to content

feat: add is empty, is not empty, starts with, ends with filters operators #2695

feat: add is empty, is not empty, starts with, ends with filters operators

feat: add is empty, is not empty, starts with, ends with filters operators #2695

Workflow file for this run

name: Build and test back-end repo
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test_backend:
permissions:
contents: read
pull-requests: read
checks: write
uses: ./.github/workflows/backend_test_workflow.yaml