Skip to content

Commit b677ea9

Browse files
clarify that functions can only be called from pipelines
Signed-off-by: lianmakesthings <[email protected]>
1 parent bbecdff commit b677ea9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/pages/configuration/functions/README.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ pipelines:
4343
hello_world
4444
run_default_pipeline dev
4545
```
46+
Please note that custom functions can only be called from `pipelines` and other `functions` as these run in a `pipeline` context.
4647

4748

4849
## Built-In Functions

0 commit comments

Comments
 (0)