Skip to content

Commit 113aa18

Browse files
committed
Switch to PINNED
1 parent 9d0573f commit 113aa18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lambda_worker/workflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from activities import hello_activity
99

1010

11-
@workflow.defn(versioning_behavior=common.VersioningBehavior.AUTO_UPGRADE)
11+
@workflow.defn(versioning_behavior=common.VersioningBehavior.PINNED)
1212
class SampleWorkflow:
1313
@workflow.run
1414
async def run(self, name: str) -> str:

0 commit comments

Comments
 (0)