Skip to content

Commit b04813c

Browse files
authored
Add sdk-features CI trigger (#206)
1 parent a7d6fc3 commit b04813c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,12 @@ jobs:
6767
- name: Deploy prod API docs
6868
if: ${{ github.ref == 'refs/heads/main' && matrix.docsTarget }}
6969
run: npx vercel deploy build/apidocs -t ${{ secrets.VERCEL_TOKEN }} --name python --scope temporal --prod --yes
70+
71+
# Runs the sdk features repo tests with this repo's current SDK code
72+
sdk-features-tests:
73+
uses: temporalio/sdk-features/.github/workflows/python.yaml@main
74+
with:
75+
python-repo-path: ${{github.event.pull_request.head.repo.full_name}}
76+
version: ${{github.event.pull_request.head.ref}}
77+
version-is-repo-ref: true
78+

0 commit comments

Comments
 (0)