Skip to content

Commit

Permalink
rename approval job for circleci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zainasir committed Nov 22, 2024
1 parent 6a1508a commit ad57e8a
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 @@ -371,7 +371,7 @@ workflows:
jobs:
- pull_cbioportal_test_codebase
- pull_cbioportal_frontend_codebase
- hold:
- wait_for_approval:
type: approval
requires:
- pull_cbioportal_test_codebase
Expand All @@ -380,13 +380,13 @@ workflows:
context:
- api-tests
requires:
- hold
- wait_for_approval
- pull_cbioportal_test_codebase
- run_api_tests:
context:
- api-tests
requires:
- hold
- wait_for_approval
- pull_cbioportal_test_codebase
- pull_cbioportal_frontend_codebase
- build_push_image

0 comments on commit ad57e8a

Please sign in to comment.