Skip to content

Commit

Permalink
don't push to DockerHub on successful tests
Browse files Browse the repository at this point in the history
  • Loading branch information
justdave committed Mar 13, 2024
1 parent 9b4b77f commit 3db2d77
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,11 @@ workflows:
jobs:
- build_info:
filters: *main_filters
- build:
filters: *main_filters
requires:
- build_info
- test_sanity
# - build:
# filters: *main_filters
# requires:
# - build_info
# - test_sanity
# - test_bmo
# - test_webservices
# - test_selenium
Expand Down

0 comments on commit 3db2d77

Please sign in to comment.