Skip to content

Fix master test reds: BBO loss return, ensemble solve API, FlexiChains chain access #33

Fix master test reds: BBO loss return, ensemble solve API, FlexiChains chain access

Fix master test reds: BBO loss return, ensemble solve API, FlexiChains chain access #33

Workflow file for this run

name: Downgrade
on:
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
push:
branches:
- master
paths-ignore:
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
downgrade:
name: "Downgrade"
uses: "SciML/.github/.github/workflows/downgrade.yml@v1"
with:
julia-version: "lts"
secrets: "inherit"