chore: dummy

This commit is contained in:
mrkaye97
2025-11-25 11:48:49 -05:00
parent a32219cccb
commit e359e6e32f

View File

@@ -665,7 +665,7 @@ class RunsClient(BaseRestClient):
priority: int | None = None,
) -> V1WorkflowRunDetails:
"""
Trigger a new workflow run.
Trigger a new workflow run. Foo dummy change
IMPORTANT: It's preferable to use `Workflow.run` (and similar) to trigger workflows if possible. This method is intended to be an escape hatch. For more details, see [the documentation](https://docs.hatchet.run/sdks/python/runnables#workflow).