Skip to content

Commit

Permalink
do not invoke docs publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1588 authored Oct 15, 2024
1 parent 6d70e07 commit 88d054c
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,25 +138,6 @@ jobs:
go.*
go/**
!*.tar.gz
create_docs_build:
name: create_docs_build
needs: publish_sdk
# Only run for non-prerelease, if the publish_go_sdk job was successful or skipped
if: inputs.isPrerelease == false
runs-on: ubuntu-latest
steps:
- name: Dispatch Metadata build
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PULUMI_BOT_TOKEN }}
repository: pulumi/registry
event-type: resource-provider
client-payload: |-
{
"project": "${{ github.repository }}",
"project-shortname": "xyz",
"ref": "${{ github.ref_name }}"
}
clean_up_release_labels:
name: Clean up release labels
Expand Down

0 comments on commit 88d054c

Please sign in to comment.