Skip to content

Bugfix: Reindex job fix (CMS 6) #542

Bugfix: Reindex job fix (CMS 6)

Bugfix: Reindex job fix (CMS 6) #542

Workflow file for this run

name: CI
on:
pull_request:
branches:
- "main"
- "1"
- "release/**"
- "feature/**"
push:
branches:
- "main"
- "1"
workflow_dispatch:
jobs:
ci:
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v2
with:
# disable auto detection of JS tests (remove if any JS tests are added)
js: false