Skip to content

Commit

Permalink
HEAT-227: updated pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
KalyanaVadlamani committed Apr 3, 2024
1 parent 692c1a3 commit dfa2700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
deploy_to_prod:
name: Deploy to prod
uses: ./.github/workflows/deploy.yml
# needs:
# - deploy_to_dev # wait for the deploy_to_dev job to complete
needs:
- deploy_to_dev # wait for the deploy_to_dev job to complete
with:
environment: prod
version: ${{ github.event.inputs.version }}
Expand Down

0 comments on commit dfa2700

Please sign in to comment.