Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/chore/istio' into chore/istio
Browse files Browse the repository at this point in the history
  • Loading branch information
McDonald755 committed Dec 5, 2024
2 parents a2caf7c + 48c7faa commit dffdee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-to-oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
name: Release helm chart
runs-on: ubuntu-latest
needs: [prepare]
if: ${{ (github.event_name == 'push' || github.event.inputs.release-helm-chart == 'true') && needs.prepare.outputs.release_type == 'stable' }}
if: ${{ (github.event_name == 'push' || github.event.inputs.release-helm-chart == 'true') }}
steps:
- name: default Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit dffdee2

Please sign in to comment.