Skip to content

Commit

Permalink
Fix: Helm version deploy
Browse files Browse the repository at this point in the history
See: 1c9f389
  • Loading branch information
clemlesne committed Apr 2, 2023
1 parent fd515d4 commit 7c6e12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- build-deploy-docker
- build-helm
# Only deploy on non-scheduled main branch, as there is only one Helm repo and we cannot override an existing version
if: (github.event_name == 'schedule') && (github.ref == 'refs/heads/main')
if: (github.event_name != 'schedule') && (github.ref == 'refs/heads/main')
runs-on: ubuntu-22.04
steps:
- name: checkout
Expand Down

0 comments on commit 7c6e12b

Please sign in to comment.