Skip to content

Commit

Permalink
remove the need for deploy-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
maahdisrostampoor committed Jul 16, 2024
1 parent 6b24695 commit 292a1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:

deploy-prod:
if: github.ref == 'refs/heads/main'
needs: [deploy-dev]
# needs: [deploy-dev]
runs-on: ubuntu-latest
# Configure GitHub Action Environment to have a manual approval step before deployment to production
# https://docs.github.com/en/actions/reference/environments
Expand Down

0 comments on commit 292a1ca

Please sign in to comment.