Skip to content

chore(ci): remove unused workflow_dispatch platforms input#2683

Merged
crivetimihai merged 1 commit intoIBM:mainfrom
oaslananka:chore/workflow-dispatch-platforms-input
Feb 6, 2026
Merged

chore(ci): remove unused workflow_dispatch platforms input#2683
crivetimihai merged 1 commit intoIBM:mainfrom
oaslananka:chore/workflow-dispatch-platforms-input

Conversation

@oaslananka
Copy link
Copy Markdown
Contributor

@oaslananka oaslananka commented Feb 3, 2026

Fixes #2207

The workflow already builds per-platform via the matrix (matrix.platform). The workflow_dispatch input 'platforms' was unused and is removed to reduce configuration drift.

Testing:

  • actionlint .github/workflows/docker-multiplatform.yml
  • GitHub checks: DCO

@oaslananka
Copy link
Copy Markdown
Contributor Author

Scope: remove unused workflow_dispatch input only (no behavior change). CI checks green (DCO).

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@crivetimihai
Copy link
Copy Markdown
Member

Confirmed — inputs.platforms is never referenced in the workflow; builds use matrix.platform from the strategy matrix. Clean removal. LGTM.

@crivetimihai crivetimihai self-assigned this Feb 4, 2026
Signed-off-by: oaslananka <oaslananka@users.noreply.github.com>
@crivetimihai crivetimihai force-pushed the chore/workflow-dispatch-platforms-input branch from 6a21f57 to 0d13594 Compare February 6, 2026 07:37
@crivetimihai crivetimihai merged commit 3f3e11a into IBM:main Feb 6, 2026
45 checks passed
kcostell06 pushed a commit to kcostell06/mcp-context-forge that referenced this pull request Feb 24, 2026
Signed-off-by: oaslananka <oaslananka@users.noreply.github.com>
Co-authored-by: oaslananka <oaslananka@users.noreply.github.com>
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.

[CHORE] workflow_dispatch platforms input is unused in docker-multiplatform.yml

3 participants