From cd02c534202871eb1c6c2a450f9206d6b1dec1be Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Sun, 7 Jun 2026 14:17:28 -0400 Subject: [PATCH] ci: re-enable Downgrade job (runs strict) Removes the if: false guard so the downgrade workflow actually runs. Kept strict (no allow-reresolve) on julia 1.10. Job is expected to be RED (a natural, visible failure rather than skipped) until the advdiff3 test is fixed, after which 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 6bfe1a5..599fb34 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 defaults to false); expected RED until the advdiff3 test is fixed. name: "Downgrade" uses: "SciML/.github/.github/workflows/downgrade.yml@v1" with: