From ba87ce38fa2460972e0f08c375b475119884881e Mon Sep 17 00:00:00 2001 From: Chris Rackauckas - Beep Boop Edition Date: Sun, 7 Jun 2026 14:17:00 -0400 Subject: [PATCH] ci: re-enable downgrade job (strict) Remove the `if: false` that was skipping the Downgrade workflow so it runs again under the centralized downgrade.yml@v1 (strict, allow_reresolve=false). The job is expected to be RED until the fntype regression (#458/#452) is resolved, at which point it auto-greens. 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 8eeb10f5..44982348 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -12,7 +12,7 @@ on: - 'docs/**' jobs: test: - if: false + # Runs strict (allow_reresolve=false); expected RED until fntype regression (#458/#452) is resolved. uses: "SciML/.github/.github/workflows/downgrade.yml@v1" with: julia-version: "1.10"