Skip to content

Commit

Permalink
commenting out the publish python sdk and adding inherit
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
  • Loading branch information
franciscojavierarceo committed Jan 23, 2025
1 parent c83e705 commit 2be247d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,30 +28,33 @@ on:
type: string

jobs:
publish-python-sdk:
uses: ./.github/workflows/publish_python_sdk.yml
secrets: inherit
with:
custom_version: ${{ github.event.inputs.custom_version }}
token: ${{ github.event.inputs.token }}
# publish-python-sdk:
# uses: ./.github/workflows/publish_python_sdk.yml
# secrets: inherit
# with:
# custom_version: ${{ github.event.inputs.custom_version }}
# token: ${{ github.event.inputs.token }}

build-publish-docker-images:
uses: ./.github/workflows/publish_images.yml
needs: [ publish-python-sdk ]
secrets: inherit
with:
custom_version: ${{ github.event.inputs.custom_version }}
token: ${{ github.event.inputs.token }}

publish-helm-charts:
uses: ./.github/workflows/publish_helm_charts.yml
needs: [ publish-python-sdk ]
secrets: inherit
with:
custom_version: ${{ github.event.inputs.custom_version }}
token: ${{ github.event.inputs.token }}

publish-java-sdk:
uses: ./.github/workflows/publish_java_sdk.yml
needs: [ publish-python-sdk ]
secrets: inherit
with:
custom_version: ${{ github.event.inputs.custom_version }}
token: ${{ github.event.inputs.token }}

0 comments on commit 2be247d

Please sign in to comment.