Skip to content

cli: add support for a 'matrix' option #959

@ivotron

Description

@ivotron

add in the YAML syntax, that defines multiple executions of a workflow.

example:

matrix:
- VAR1: val1
  VAR2: val2
  VAR3: val3

- VAR1: val10
  VAR2: val11
  VAR3: val12

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions