Skip to content

Commit

Permalink
Merge pull request #758 from trade-tariff/HOTT-5096-test-dependabot-prs
Browse files Browse the repository at this point in the history
HOTT-5096 Test dependabot PRs
  • Loading branch information
jebw committed Feb 12, 2024
2 parents 9ca0594 + ae4d133 commit 098b831
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .circleci/config.yml
Expand Up @@ -5,7 +5,6 @@ filter-not-main: &filter-not-main
branches:
ignore:
- main
- /^dependabot/(?!docker/).*/
- /^hotfix\/.+/

filter-main: &filter-main
Expand Down Expand Up @@ -214,14 +213,20 @@ workflows:
ssm_parameter: "/development/DUTY_CALCULATOR_ECR_URL"
<<: *filter-not-main

- confirm-deploy-for-qa?:
type: approval
requires:
- test
- plan-terraform-dev
- build-and-push-dev
<<: *filter-not-main

- apply-terraform:
name: apply-terraform-dev
context: trade-tariff-terraform-aws-development
environment: development
requires:
- test
- plan-terraform-dev
- build-and-push-dev
- confirm-deploy-for-qa?
<<: *filter-not-main

- tariff/smoketests:
Expand Down

0 comments on commit 098b831

Please sign in to comment.