Skip to content

Commit

Permalink
Add sdk-features CI trigger (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushisource committed Nov 18, 2022
1 parent a7d6fc3 commit b04813c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,12 @@ jobs:
- name: Deploy prod API docs
if: ${{ github.ref == 'refs/heads/main' && matrix.docsTarget }}
run: npx vercel deploy build/apidocs -t ${{ secrets.VERCEL_TOKEN }} --name python --scope temporal --prod --yes

# Runs the sdk features repo tests with this repo's current SDK code
sdk-features-tests:
uses: temporalio/sdk-features/.github/workflows/python.yaml@main
with:
python-repo-path: ${{github.event.pull_request.head.repo.full_name}}
version: ${{github.event.pull_request.head.ref}}
version-is-repo-ref: true

0 comments on commit b04813c

Please sign in to comment.