act/pkg
Ed 56ec36726b
Fix Cartesian product to return empty set if empty set is given (#503)
This fixes #499, where a matrix strategy with only include keys ends up
causing multiple builds.  This bugs appears to have been introduced in #415,
when extra include keys are added in the matrix strategy.  The cause
seems to be because the CartesianProduct function returns an item with
empty keys, instead of return an empty set.

Co-authored-by: Ed Tan <edtan@users.noreply.github.com>
2021-01-23 14:55:54 -08:00
..
common Fix Cartesian product to return empty set if empty set is given (#503) 2021-01-23 14:55:54 -08:00
container Format sources with gofmt (#472) 2021-01-14 21:37:38 -08:00
model Format sources with gofmt (#472) 2021-01-14 21:37:38 -08:00
runner Throw an error if the steps has a invalid uses directive (#500) 2021-01-23 08:07:28 -08:00