Skip to main content

Strategy

Strategy defines an optional execution strategy.

Properties

  • type - string
    The execution strategy type.

    enum values:

    • for
    • matrix
    • while

Examples

strategy:
type: matrix
spec:
axis:
golang:
- 1.19
- 1.21
node:
- 16
- 18