Skip to content

Commit b8a67a4

Browse files
committed
Add missing variable definition
1 parent c43ff73 commit b8a67a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/runners/variables.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,3 +715,8 @@ variable "job_retry" {
715715
error_message = "The maxium message delay for SWS is 900 seconds."
716716
}
717717
}
718+
719+
variable "enable_runner_workflow_job_labels_check_all" {
720+
description = "If set to true all labels in the workflow job must match the GitHub labels (os, architecture and `self-hosted`). When false if __any__ label matches it will trigger the webhook."
721+
type = bool
722+
}

0 commit comments

Comments
 (0)