Skip to content

Commit

Permalink
build: bump appVersion in Helm chart on release
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Jan 26, 2024
1 parent caaaa0e commit ee0c85d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-extension-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ jobs:

trigger-test-environment-updates:
name: Trigger test environment updates
if: always() && needs.build-images.result == 'success' && needs.build-images.outputs.deployer_available
needs: [build-images, release-helm-chart]
if: needs.build-images.outputs.deployer_available
needs: [build-images]
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
Expand Down

0 comments on commit ee0c85d

Please sign in to comment.