Skip to content

fix: apply limit to from_many? relationship joins #1175

fix: apply limit to from_many? relationship joins

fix: apply limit to from_many? relationship joins #1175

Workflow file for this run

name: CI
on:
push:
tags:
- "v*"
branches: [main]
pull_request:
branches: [main]
jobs:
ash-ci:
strategy:
fail-fast: false
matrix:
postgres_version: ["10", "11", "12", "13", "14", "15", "16"]
uses: ash-project/ash/.github/workflows/ash-ci.yml@main
with:
postgres: true
secrets:
hex_api_key: ${{ secrets.HEX_API_KEY }}