diff --git a/.circleci/config.yml b/.circleci/config.yml index 646350d..cf26c5b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -131,6 +131,13 @@ jobs: paths: [ ~/.gradle/caches ] - store_test_results: { path: ~/junit } - store_artifacts: { path: ~/artifacts } + circle-all: + docker: + - image: busybox:1.34.1 + resource_class: small + steps: + - run: + command: echo "All required jobs finished successfully" workflows: @@ -145,4 +152,11 @@ workflows: - publish: requires: [ check, trial-publish ] - filters: { tags: { only: /.*/ }, branches: { only: develop } } \ No newline at end of file + filters: { tags: { only: /.*/ }, branches: { only: develop } } + - circle-all: + requires: + - trial-publish + - check + filters: + tags: + only: /.*/