Skip to content

Simplify root CI to grouped-tests.yml (matrix from test/test_groups.toml) #130

Simplify root CI to grouped-tests.yml (matrix from test/test_groups.toml)

Simplify root CI to grouped-tests.yml (matrix from test/test_groups.toml) #130

Workflow file for this run

name: Downgrade
on:
pull_request:
branches:
- master
paths-ignore:
- 'docs/**'
push:
branches:
- master
paths-ignore:
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
downgrade:
name: "Downgrade"
uses: "SciML/.github/.github/workflows/downgrade.yml@v1"
with:
group: "Core"
secrets: "inherit"