Skip to content

Suggestions engine PR α: Bundle model + partial GIN + hybrid templates (#122) #357

Suggestions engine PR α: Bundle model + partial GIN + hybrid templates (#122)

Suggestions engine PR α: Bundle model + partial GIN + hybrid templates (#122) #357

Workflow file for this run

---
name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
qa:
uses: "./.github/workflows/qa.yaml"
tests:
uses: "./.github/workflows/tests.yaml"