Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hexf00 committed Dec 5, 2024
1 parent 1fdaec1 commit 48c7faa
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 48c7faa

Please sign in to comment.