Skip to content

Commit

Permalink
123axc
Browse files Browse the repository at this point in the history
  • Loading branch information
floryn08 committed Jun 12, 2024
1 parent 52b8c35 commit 5346fe1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-argo-lint-dry-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Lint
run: |
helm lint
helm lint ./argo-cd
- name: Upgrade release dry run
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/upgrade-argo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v4.2.0

- name: Lint
run: |
helm lint ./argo-cd
- name: Upgrade release
run: |
helm dep update ./argo-cd
Expand Down

0 comments on commit 5346fe1

Please sign in to comment.