Split Matrix
Version updated for https://github.com/ovsds/split-matrix-action to version v0.1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Split Matrix Action is a GitHub Action designed to divide a JSON array into smaller groups, making it easier to work with large datasets in a matrix strategy. It automates the process of splitting arrays into customized group sizes and formats, simplifying workflows that involve processing or parallelizing tasks across multiple items. This action is particularly useful for optimizing resource allocation and improving manageability in CI/CD pipelines.
Release notes
What’s Changed
- feat: init by @ovsds in https://github.com/ovsds/split-matrix-action/pull/1
- feat: initial by @ovsds in https://github.com/ovsds/split-matrix-action/pull/2
New Contributors
- @ovsds made their first contribution in https://github.com/ovsds/split-matrix-action/pull/1
Full Changelog: https://github.com/ovsds/split-matrix-action/commits/v0.1.0