Skip to content

Commit

Permalink
Don't wait for stage
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe committed Nov 21, 2023
1 parent 0df9a2a commit 0fe16b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,6 @@ workflows:
- install_and_update_dependencies # SAM CLI is in the dev package set
- run-tests # staging should only deploy if tests pass
- sam_build # deploy needs .aws-sam/build/
- sam_deploy_staging
#- sam_deploy_staging
context: [ deployment-production-ec-api ]
filters: { branches: { only: [ main ] } }

0 comments on commit 0fe16b6

Please sign in to comment.