Skip to content

Commit cbeabc5

Browse files
committed
Add sdk-features CI trigger
1 parent 99e36cb commit cbeabc5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,13 @@ 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+
# TODO: Undo using main once PR merged
74+
uses: temporalio/sdk-features/.github/workflows/python.yaml@gh-actions-refactoring
75+
with:
76+
python-repo-path: ${{github.event.pull_request.head.repo.full_name}}
77+
version: ${{github.event.pull_request.head.ref}}
78+
version-is-repo-ref: true
79+

0 commit comments

Comments
 (0)