Skip to content

Commit

Permalink
changes helm lin name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosie-Brigham committed Sep 5, 2024
1 parent 9e19362 commit 97e5429
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ workflows:
build-test-and-deploy:
jobs:
- hmpps/helm_lint:
name: helm_lint
name: helm_lint_changed_name
- hmpps/build_docker:
name: build_docker
filters:
Expand All @@ -106,7 +106,7 @@ workflows:
only:
- main
requires:
- helm_lint
- helm_lint_changed_name
- build_docker

- e2e_environment_test:
Expand Down Expand Up @@ -140,7 +140,7 @@ workflows:
- request-demo-approval:
type: approval
requires:
- helm_lint
- helm_lint_changed_name
- build_docker
filters:
branches:
Expand Down

0 comments on commit 97e5429

Please sign in to comment.