From fcbc010e7695ea8c858f642ec6a82ee2790a111e Mon Sep 17 00:00:00 2001 From: svc-excavator-bot Date: Fri, 8 Nov 2024 16:19:58 +0000 Subject: [PATCH] Excavator: Adds the circle-all CircleCI job to repositories that do not have it --- .circleci/config.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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: /.*/