From 6857bb2d2fdbbac31118424fef49c913d69104b0 Mon Sep 17 00:00:00 2001 From: Chris Rackauckas Date: Sun, 7 Jun 2026 14:16:48 -0400 Subject: [PATCH] ci: re-enable Downgrade job (strict, runs naturally) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove `if: false` so the downgrade job actually runs instead of being skipped. Kept strict (no allow-reresolve, julia 1.10, floors unchanged). Expected to be RED until the modern Lux/AD stack resolves (test reworked in #49) — this is a natural failure, not a disabled job. Co-Authored-By: Chris Rackauckas Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/Downgrade.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 3047a83..7cfcfe9 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -12,7 +12,7 @@ on: - 'docs/**' jobs: downgrade: - if: false + # Runs strict (allow_reresolve=false); expected RED until modern Lux/AD stack resolves (test reworked in #49) name: "Downgrade" uses: "SciML/.github/.github/workflows/downgrade.yml@v1" with: