You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/scala/sbtghactions/GenerativeKeys.scala
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ trait GenerativeKeys {
36
36
lazyvalgithubWorkflowSbtCommand= settingKey[String]("The command which invokes sbt (default: sbt)")
37
37
lazyvalgithubWorkflowUseSbtThinClient= settingKey[Boolean]("Whether to use sbt's native thin client, default is false since this can cause issues (see https://github.com/sbt/sbt/issues/6468)")
38
38
lazyvalgithubWorkflowIncludeClean= settingKey[Boolean]("Whether to include the clean.yml file (default: true)")
39
+
lazyvalgithubWorkflowConcurrency= settingKey[Option[Concurrency]]("Use concurrency to ensure that only a single workflow within the same concurrency group will run at a time. (default: None)")
39
40
40
41
lazyvalgithubWorkflowBuildMatrixFailFast= settingKey[Option[Boolean]]("Whether or not to enable the fail-fast strategy (default: None/Enabled)")
41
42
lazyvalgithubWorkflowBuildMatrixAdditions= settingKey[Map[String, List[String]]]("A map of additional matrix dimensions for the build job. Each list should be non-empty. (default: {})")
0 commit comments