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: docs/data-sources/workspace_preset.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ Required:
71
71
Required:
72
72
73
73
-`schedule` (Block List, Min: 1) One or more schedule blocks that define when to scale the number of prebuild instances. (see [below for nested schema](#nestedblock--prebuilds--scheduling--schedule))
74
-
-`timezone` (String) The timezone to use for the scheduling schedule (e.g., "UTC", "America/New_York").
74
+
-`timezone` (String) The timezone to use for the prebuild schedules (e.g., "UTC", "America/New_York").
75
75
Timezone must be a valid timezone in the IANA timezone database.
76
76
See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for a complete list of valid timezone identifiers and https://www.iana.org/time-zones for the official IANA timezone database.
Description: `The timezone to use for the scheduling schedule (e.g., "UTC", "America/New_York").
155
+
Description: `The timezone to use for the prebuild schedules (e.g., "UTC", "America/New_York").
156
156
Timezone must be a valid timezone in the IANA timezone database.
157
157
See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for a complete list of valid timezone identifiers and https://www.iana.org/time-zones for the official IANA timezone database.`,
158
158
Required: true,
@@ -213,7 +213,7 @@ See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for a complete
213
213
}
214
214
215
215
// validatePrebuildsCronSpec ensures that the minute field is set to *.
216
-
// This is required because scheduling schedules represent continuous time ranges,
216
+
// This is required because prebuild schedules represent continuous time ranges,
217
217
// and we want the schedule to cover entire hours rather than specific minute intervals.
0 commit comments