SeanKilleen / seankilleen.github.io

The blog reboot.
http://SeanKilleen.com
MIT License
11 stars 8 forks source link

TIL: Pairs within GitHub Actions matrices #811

Closed SeanKilleen closed 1 year ago

SeanKilleen commented 1 year ago

You can constrain the matrix strategy by using pairs, which makes total sense and greatly simplifies things.

Really useful for when a matrix has combinations that wouldn't be correct.

Example: https://github.com/excellalabs/blog-in-a-box-container/pull/11