Skip to content

Commit ac0883b

Browse files
committed
Switch to PINNED
1 parent 5ad8bfe commit ac0883b

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)