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 11, 2024
1 parent e262a9e commit d8284ff
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 @@ -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
Expand Down Expand Up @@ -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: /.*/

0 comments on commit d8284ff

Please sign in to comment.