Skip to content

Allow-list QRCompactWY instead of avoiding it (#392) #201

Allow-list QRCompactWY instead of avoiding it (#392)

Allow-list QRCompactWY instead of avoiding it (#392) #201

Workflow file for this run

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