Skip to content

Commit 85f69bd

Browse files
authored
Merge branch 'main' into raw_value_support
2 parents de9d0b9 + 260b570 commit 85f69bd

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ env:
1919

2020
# Use these variables to force specific version of CLI/Time Skipping Server for SDK tests
2121
# TESTS_CLI_VERSION: 'v0.13.2'
22-
TESTS_CLI_VERSION: 'v1.3.1-persistence-fix.0'
2322
# TESTS_TIME_SKIPPING_SERVER_VERSION: 'v1.24.1'
2423

2524
jobs:

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ env:
1414

1515
# Use these variables to force specific version of CLI/Time Skipping Server for SDK tests
1616
# TESTS_CLI_VERSION: 'v0.13.2'
17-
TESTS_CLI_VERSION: 'v1.3.1-persistence-fix.0'
1817
# TESTS_TIME_SKIPPING_SERVER_VERSION: 'v1.24.1'
1918

2019
jobs:

packages/client/src/workflow-options.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ function versioningOverrideToProto(
142142
return {
143143
pinned: {
144144
version: vo.pinnedTo,
145+
behavior: temporal.api.workflow.v1.VersioningOverride.PinnedOverrideBehavior.PINNED_OVERRIDE_BEHAVIOR_PINNED,
145146
},
146147
behavior: temporal.api.enums.v1.VersioningBehavior.VERSIONING_BEHAVIOR_PINNED,
147148
pinnedVersion: toCanonicalString(vo.pinnedTo),

0 commit comments

Comments
 (0)