summaryrefslogtreecommitdiffstats
path: root/pkg/model/workflow.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/model/workflow.go')
-rw-r--r--pkg/model/workflow.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/model/workflow.go b/pkg/model/workflow.go
index 7bec766..eda6e08 100644
--- a/pkg/model/workflow.go
+++ b/pkg/model/workflow.go
@@ -386,8 +386,6 @@ func (j *Job) Matrix() map[string][]interface{} {
// GetMatrixes returns the matrix cross product
// It skips includes and hard fails excludes for non-existing keys
-//
-//nolint:gocyclo
func (j *Job) GetMatrixes() ([]map[string]interface{}, error) {
matrixes := make([]map[string]interface{}, 0)
if j.Strategy != nil {