Skip to content

Commit

Permalink
Excavator: Adds the circle-all CircleCI job to repositories that do n…
Browse files Browse the repository at this point in the history
…ot have it
  • Loading branch information
svc-excavator-bot committed Oct 18, 2024
1 parent 0ab2187 commit 6acc944
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: /.*/

0 comments on commit 6acc944

Please sign in to comment.