From f84ea957c0f1f74347a11b0d636acd6227b5cf04 Mon Sep 17 00:00:00 2001 From: svc-excavator-bot Date: Fri, 29 Nov 2024 17:12:22 +0000 Subject: [PATCH] Excavator: Adds the circle-all CircleCI job to repositories that do not have it --- .circleci/config.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e105659..5d0c8e9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,6 +19,13 @@ jobs: at: '.' - run: yarn install --immutable - run: ./scripts/circle-publish-npm + circle-all: + docker: + - image: busybox:1.34.1 + resource_class: small + steps: + - run: + command: echo "All required jobs finished successfully" workflows: version: 2 @@ -35,3 +42,9 @@ workflows: only: /.*/ branches: ignore: /.*/ + - circle-all: + requires: + - verify + filters: + tags: + only: /.*/