Skip to content

Commit

Permalink
fix: added dependency on argo action (#2798)
Browse files Browse the repository at this point in the history
  • Loading branch information
codechirag123 authored Oct 24, 2024
1 parent 4dec194 commit b4dfff6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/db-ops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ jobs:
}
sync-argo-app:
needs: update-helm-chart
if: ${{ needs.update-helm-chart.result == 'success' }}
runs-on: ubuntu-latest
environment: ${{ github.env.MIGRATION_ENV }}
env:
Expand Down

0 comments on commit b4dfff6

Please sign in to comment.