strategy: Create nested list for the strategy field in 'job()'

Description Usage Arguments See Also

View source: R/syntax.R

Description

Create nested list for the strategy field in job()

Usage

1
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()


r-lib/ghactions documentation built on Dec. 15, 2020, 4:07 p.m.