Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow skipping the Go SDK verification when invoking directly #1080

Merged
merged 2 commits into from
Sep 13, 2024

Conversation

danielrbradley
Copy link
Member

We can't test Go SDKs for pre-releases because we don't publish the Go SDKs for them. This is already implemented when invoked via a workflow_call, but the option wasn't available when using a workflow_dispatch (manual run).

We can't test Go SDKs for pre-releases because we don't publish the Go SDKs for them. This is already implemented when invoked via a workflow_call, but the option wasn't available when using a workflow_dispatch (manual run).
@danielrbradley danielrbradley self-assigned this Sep 13, 2024
danielrbradley added a commit to pulumi/pulumi-azure that referenced this pull request Sep 13, 2024
- Set location explicitly in the programs instead of assuming program
test will set it for us.
- Disable python as it currently breaks for pre-releases (see
pulumi/verify-provider-release#39)

Manual test run:
https://github.com/pulumi/pulumi-azure/actions/runs/10845914340/job/30097763444
- go fails because it's a prerelease being tested, but we can't skip it
yet when invoking directly (see
pulumi/ci-mgmt#1080)
@danielrbradley danielrbradley added this pull request to the merge queue Sep 13, 2024
Merged via the queue into master with commit 180aab6 Sep 13, 2024
6 checks passed
@danielrbradley danielrbradley deleted the skip-go-verification-on-dispatch branch September 13, 2024 10:16
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