Skip to content

Conversation

@bchampp
Copy link
Member

@bchampp bchampp commented Oct 7, 2025

Issue #, if available:

Description of changes:
Updating WaitOptions to use wait_seconds instead of seconds to match the API spec.

Dependencies

If this PR requires testing against a specific branch of the Python Language SDK (e.g., for unreleased changes), uncomment and specify the branch below. Otherwise, leave commented to use the main branch.

PYTHON_LANGUAGE_SDK_BRANCH: fix-wait-deserialization

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

on:
push:

branches: [ main ]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes the duplicate workflows we'd see in PRs for both pull_request and push.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it does... but you lose CI build on branches. e.g if you're working on FeatureA and you push intermediate work (without PRing it), you don't get a CI build anymore.

Not necessarily the end of the world, though.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could add a wildcard branch for this like ci-feat-* if you need to run CI before creating a PR.

@bchampp bchampp merged commit 182f663 into main Oct 7, 2025
6 checks passed
@bchampp bchampp deleted the fix/wait-options branch October 7, 2025 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants