Skip to content

Commit 9c75e38

Browse files
authored
Merge pull request #40 from AET-DevOps25/fix-main-ci-cd
Fix helm deployment
2 parents 80f6043 + a09c7bf commit 9c75e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
helm-deploy:
222222
needs: [detect-changes, docker-release-genai, docker-release-server, docker-release-client]
223223
if: |
224-
github.ref == 'refs/heads/main'
224+
always() && github.ref == 'refs/heads/main'
225225
runs-on: ubuntu-latest
226226
steps:
227227
- name: Checkout code

0 commit comments

Comments
 (0)