Skip to content

ci: add workflow_dispatch os input to target specific OS(es) - #277

Merged
ofloveandhate merged 1 commit into
developfrom
ci-os-input
Jul 7, 2026
Merged

ci: add workflow_dispatch os input to target specific OS(es)#277
ofloveandhate merged 1 commit into
developfrom
ci-os-input

Conversation

@ofloveandhate

Copy link
Copy Markdown
Contributor

Run CI against just one platform without editing the workflow each time:

gh workflow run build_and_test.yml -f os=macos-14   # or linux / windows / all

set_matrix narrows the unix matrix for os=linux|macos (empty on os=windows); the three standalone Windows jobs gate on the same input. Empty/all (push, PR, workflow_call) preserve full behavior. Makes single-OS validation cheap — e.g. re-running just macOS to confirm the tarball consumer without the whole matrix.

Hold merge — per the 'stop merging to develop for clean signal' call; land it when convenient.

🤖 Generated with Claude Code

Run CI against just one platform without editing the workflow, e.g.:
  gh workflow run build_and_test.yml -f os=macos-14   # or linux / windows / all

set_matrix narrows the unix matrix on os=linux|macos (empty on os=windows); the three
standalone Windows jobs gate on the same input. Empty/`all` (push, PR, workflow_call) keep
the full behavior. Makes single-OS validation cheap -- e.g. re-running just macOS to confirm
the tarball consumer without the whole matrix.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@ofloveandhate
ofloveandhate merged commit edab423 into develop Jul 7, 2026
31 checks passed
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.

1 participant