From c83dc9ca940e0b1bf282cbd76f829d4ef91c13b4 Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Fri, 13 Sep 2024 10:00:47 +0000 Subject: [PATCH] [internal] Update GitHub Actions workflow files --- .github/workflows/verify-release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/verify-release.yml b/.github/workflows/verify-release.yml index 73e3a4f..6bef718 100644 --- a/.github/workflows/verify-release.yml +++ b/.github/workflows/verify-release.yml @@ -11,6 +11,11 @@ on: description: "Enable the MacOS runner in addition to Linux and Windows. Defaults to 'false'." required: false type: boolean + skipGoSdk: + description: "Skip the Go SDK verification. Defaults to 'false'. Enable this when verifying a pre-release for which we don't publish the Go SDK (for PRs and the default branch)." + required: false + type: boolean + default: false workflow_call: inputs: providerVersion: