Skip to content

Always update schema when requested. Update IndexingInterface configuration #37

Always update schema when requested. Update IndexingInterface configuration

Always update schema when requested. Update IndexingInterface configuration #37

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
ci:
uses: ./.github/workflows/ci-private.yml
# when making public move back to
# uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
with:
# disable auto detection of JS tests (remove if any JS tests are added)
js: false
secrets:
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}