diff --git a/.circleci/config.yml b/.circleci/config.yml index f56df11..d53ac0d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -73,6 +73,13 @@ jobs: # this will only run if we're in a tag build ./scripts/publish.sh fi + circle-all: + docker: + - image: busybox:1.34.1 + resource_class: small + steps: + - run: + command: echo "All required jobs finished successfully" workflows: version: 2 @@ -111,3 +118,12 @@ workflows: ignore: /.*/ tags: only: /[0-9]+(\.[0-9]+){2}(-rc[0-9]+)?/ + - circle-all: + requires: + - lint + - test + - build + - prettier + filters: + tags: + only: /.*/