We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ee4bb commit 051b718Copy full SHA for 051b718
.github/workflows/ci.yml
@@ -109,9 +109,8 @@ jobs:
109
110
# Runs the sdk features repo tests with this repo's current SDK code
111
features-tests:
112
- uses: temporalio/features/.github/workflows/python.yaml@uv
+ uses: temporalio/features/.github/workflows/python.yaml@main
113
with:
114
python-repo-path: ${{github.event.pull_request.head.repo.full_name}}
115
version: ${{github.event.pull_request.head.ref}}
116
version-is-repo-ref: true
117
- features-repo-ref: uv
0 commit comments