Skip to content

Commit fadafca

Browse files
docs(types): clarify trigger restrictions in AutomationTrigger
1 parent e179ba6 commit fadafca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 193
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-95aec32d54661e6522d78deca8c182908b30bae1db5762b365a3ef338dbaccfa.yml
3-
openapi_spec_hash: cd08bb12843c15e0fe783957866deb83
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-803e9a382bb3f4d9b6ef7b1dd12c5541bf93608d3f4c240e99054929130f260b.yml
3+
openapi_spec_hash: e2eae7e0a5a1fc83f3af40662b1ffbd1
44
config_hash: d73914a733b27d121d59aa43bc7c710e

src/resources/shared.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import {
2222
* automation during a prebuild of an environment. This phase does not have user
2323
* secrets available. The `before_snapshot` field triggers the automation after all
2424
* prebuild tasks complete but before the snapshot is taken. This is used for tasks
25-
* that need to run last during prebuilds, such as IDE warmup. Note: The prebuild
26-
* and before_snapshot triggers can only be used with tasks, not services.
25+
* that need to run last during prebuilds, such as IDE warmup. Note: The
26+
* before_snapshot trigger can only be used with tasks, not services.
2727
*/
2828
export interface AutomationTrigger {
2929
beforeSnapshot?: boolean;

0 commit comments

Comments
 (0)