Skip to content

Commit 46d11cd

Browse files
ChrisRackauckas-ClaudeChrisRackauckasclaude
authored
Drop allow-reresolve input from downgrade workflow(s) (#3728)
The reusable SciML/.github downgrade workflows now always use allow_reresolve: false and no longer accept an allow-reresolve input (see SciML/.github#71). Remove the now-invalid input so this caller keeps working once @v1 is retagged. Co-authored-by: Chris Rackauckas <accounts@chrisrackauckas.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent dab0d74 commit 46d11cd

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/Downgrade.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ jobs:
2525
julia-version: "1.11"
2626
group: "InterfaceI"
2727
skip: "Pkg,TOML,Statistics,LinearAlgebra,SparseArrays,InteractiveUtils"
28-
allow-reresolve: true
2928
secrets: "inherit"

.github/workflows/DowngradeSublibraries.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ jobs:
2424
skip: "Pkg,TOML,Statistics,LinearAlgebra,SparseArrays,InteractiveUtils,OrdinaryDiffEqCore,OrdinaryDiffEqNonlinearSolve,OrdinaryDiffEqDifferentiation"
2525
group-env-name: "ODEDIFFEQ_TEST_GROUP"
2626
group-env-value: "Core"
27-
allow-reresolve: true
2827
# Every lib/* sublibrary is downgrade-tested (projects auto-discovered, no exclusions).

0 commit comments

Comments
 (0)