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 Nov 22, 2024
1 parent 4965e55 commit 4f06eeb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -35,3 +42,9 @@ workflows:
only: /.*/
branches:
ignore: /.*/
- circle-all:
requires:
- verify
filters:
tags:
only: /.*/

0 comments on commit 4f06eeb

Please sign in to comment.