Skip to content

Commit

Permalink
made the artifact job after test
Browse files Browse the repository at this point in the history
  • Loading branch information
Galimede committed Nov 3, 2020
1 parent 57dde98 commit 09f764d
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,15 @@ workflows:
- test_e2e:
requires:
- build
- doc_server_artifact:
requires:
- test
- test_e2e
- check_format
filters:
branches:
only:
- main
- build_image:
requires:
- test
Expand All @@ -131,10 +140,4 @@ workflows:
branches:
only:
- main
- doc_server_artifact:
requires:
- publish_latest
filters:
branches:
only:
- main

0 comments on commit 09f764d

Please sign in to comment.