We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a661d16 commit c0d86ceCopy full SHA for c0d86ce
.github/workflows/ci.yml
@@ -292,12 +292,12 @@ jobs:
292
293
# Runs the sdk features repo tests with this repo's current SDK code
294
sdk-features-tests:
295
- uses: temporalio/sdk-features/.github/workflows/typescript.yaml@ts-next
+ uses: temporalio/sdk-features/.github/workflows/typescript.yaml@main
296
with:
297
typescript-repo-path: ${{github.event.pull_request.head.repo.full_name}}
298
version: ${{github.event.pull_request.head.ref}}
299
version-is-repo-ref: true
300
- sdk-features-repo-ref: ts-next
+ sdk-features-repo-ref: main
301
302
stress-tests:
303
uses: ./.github/workflows/stress.yml
0 commit comments