Skip to content

QA: run_qa v1.6 form + ExplicitImports (root + sublibs) (#206) #154

QA: run_qa v1.6 form + ExplicitImports (root + sublibs) (#206)

QA: run_qa v1.6 form + ExplicitImports (root + sublibs) (#206) #154

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"