Skip to content

Commit f06213b

Browse files
ChrisRackauckas-ClaudeChrisRackauckasclaude
authored
ci: re-enable Downgrade job (strict, runs naturally) (#50)
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 <accounts@chrisrackauckas.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent b2fbe2b commit f06213b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- 'docs/**'
1313
jobs:
1414
downgrade:
15-
if: false
15+
# Runs strict (allow_reresolve=false); expected RED until modern Lux/AD stack resolves (test reworked in #49)
1616
name: "Downgrade"
1717
uses: "SciML/.github/.github/workflows/downgrade.yml@v1"
1818
with:

0 commit comments

Comments
 (0)