Skip to content

Commit eec06c2

Browse files
ChrisRackauckas-ClaudeChrisRackauckasclaude
authored
ci: re-enable downgrade job (strict) (#460)
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 - Beep Boop Edition <accounts@chrisrackauckas.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 7323716 commit eec06c2

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
test:
15-
if: false
15+
# Runs strict (allow_reresolve=false); expected RED until fntype regression (#458/#452) is resolved.
1616
uses: "SciML/.github/.github/workflows/downgrade.yml@v1"
1717
with:
1818
julia-version: "1.10"

0 commit comments

Comments
 (0)