Skip to content

Commit ddbb92f

Browse files
authored
Rename sdk-features to features" (#248)
1 parent 2b4eed8 commit ddbb92f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,20 +77,19 @@ jobs:
7777
- name: Deploy prod API docs
7878
if: ${{ github.ref == 'refs/heads/main' && matrix.docsTarget }}
7979
run: npx vercel deploy build/apidocs -t ${{ secrets.VERCEL_TOKEN }} --name python --scope temporal --prod --yes
80-
80+
8181
# Confirm README ToC is generated properly
8282
- uses: actions/setup-node@v3
8383
- name: Check generated README ToC
8484
if: ${{ matrix.docsTarget }}
8585
run: |
8686
npx doctoc README.md
87-
[[ -z $(git status --porcelain README.md) ]] || (git diff README.md; echo "README changed"; exit 1)
87+
[[ -z $(git status --porcelain README.md) ]] || (git diff README.md; echo "README changed"; exit 1)
8888
8989
# Runs the sdk features repo tests with this repo's current SDK code
90-
sdk-features-tests:
91-
uses: temporalio/sdk-features/.github/workflows/python.yaml@main
90+
features-tests:
91+
uses: temporalio/features/.github/workflows/python.yaml@main
9292
with:
9393
python-repo-path: ${{github.event.pull_request.head.repo.full_name}}
9494
version: ${{github.event.pull_request.head.ref}}
9595
version-is-repo-ref: true
96-

0 commit comments

Comments
 (0)