Skip to content

Commit

Permalink
HEAT-227: Updated ipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
KalyanaVadlamani committed Apr 3, 2024
1 parent e963445 commit 90409a7
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 @@ -38,8 +38,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:
github_environment: production
environment: prod
Expand Down

0 comments on commit 90409a7

Please sign in to comment.