Create nested list for the strategy field in job()

strategy(matrix = NULL, `fail-fast` = NULL, `max-parallel` = NULL)

Arguments

matrix

[list(list(c()))] giving the values for each variable for the matrix build. See gh_matrix() for additional options. Defaults to NULL.

fail-fast

[logical()] giving whether GitHub should cancel all in-progress jobs if any matrix job fails. Defaults to NULL.

max-parallel

[integer(1)] giving the maximum number of jobs to run simultaneously when using a matrix job strategy.

See also

Other syntax: container(), gh_matrix(), ghactions_events, ghactions_vms, job(), on(), step(), workflow()