Skip to content

Commit c0d86ce

Browse files
authored
chore(ci): Use sdk-features branch 'main' (#999)
1 parent a661d16 commit c0d86ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,12 +292,12 @@ jobs:
292292

293293
# Runs the sdk features repo tests with this repo's current SDK code
294294
sdk-features-tests:
295-
uses: temporalio/sdk-features/.github/workflows/typescript.yaml@ts-next
295+
uses: temporalio/sdk-features/.github/workflows/typescript.yaml@main
296296
with:
297297
typescript-repo-path: ${{github.event.pull_request.head.repo.full_name}}
298298
version: ${{github.event.pull_request.head.ref}}
299299
version-is-repo-ref: true
300-
sdk-features-repo-ref: ts-next
300+
sdk-features-repo-ref: main
301301

302302
stress-tests:
303303
uses: ./.github/workflows/stress.yml

0 commit comments

Comments
 (0)