From 0111e1163da7271ce3d059712e240fac58ba9f31 Mon Sep 17 00:00:00 2001 From: svc-excavator-bot Date: Thu, 19 Sep 2024 17:46:30 +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 621b11ba3..42d4fcb9e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -166,6 +166,13 @@ jobs: steps: - checkout - run: liche -d . -r . -v + circle-all: + docker: + - image: busybox:1.34.1 + resource_class: small + steps: + - run: + command: echo "All required jobs finished successfully" workflows: version: 2 @@ -193,3 +200,12 @@ workflows: - cargo-build-osx - gradle-build filters: { branches: { ignore: /.*/ }, tags: { only: /.*/ } } + - circle-all: + requires: + - cargo-build-osx + - gradle-build + - markdown + - cargo-build-linux + filters: + tags: + only: /.*/