Skip to content

ci: drop removed allow-reresolve input from Downgrade caller#309

Closed
ChrisRackauckas-Claude wants to merge 1 commit into
SciML:masterfrom
ChrisRackauckas-Claude:drop-allow-reresolve-input
Closed

ci: drop removed allow-reresolve input from Downgrade caller#309
ChrisRackauckas-Claude wants to merge 1 commit into
SciML:masterfrom
ChrisRackauckas-Claude:drop-allow-reresolve-input

Conversation

@ChrisRackauckas-Claude

Copy link
Copy Markdown
Contributor

What

Removes the now-invalid allow-reresolve: false line from the with: block of the centralized Downgrade caller in .github/workflows/Downgrade.yml.

Why

The central reusable workflow SciML/.github/.github/workflows/downgrade.yml@v1 was retagged and no longer declares an allow-reresolve input. GitHub Actions errors when a caller passes a with: key that the called reusable workflow does not declare, so on the default branch the Downgrade job now fails with an invalid-input error.

This caller is the last remaining one in the repo still passing the removed input. Dropping the single line realigns it with the current v1 interface.

Verified against the live central workflow:

  • gh api repos/SciML/.github/contents/.github/workflows/downgrade.yml?ref=v1 -> no allow-reresolve input declared.

Scope

git show --stat:

 .github/workflows/Downgrade.yml | 1 -
 1 file changed, 1 deletion(-)

Only the single allow-reresolve: false line is removed; no other behavior changes. (Note: the test job remains if: false/disabled per issue #292 — that is unchanged here.)


Please ignore until reviewed by @ChrisRackauckas.

🤖 Generated with Claude Code

The central reusable workflow SciML/.github/.github/workflows/downgrade.yml@v1
was retagged and no longer declares an `allow-reresolve` input. Passing it
from this caller's `with:` block causes the Downgrade job to error with an
invalid-input failure. Remove the stale line so the caller matches the
current v1 interface.

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@ChrisRackauckas-Claude

Copy link
Copy Markdown
Contributor Author

Superseded by #307 (same allow-reresolve removal + the downgrade enable/disable decision). Closing this duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants