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 2982b42 commit a694943
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
steps:
- checkout
- run: ./scripts/circle/pypi.sh
circle-all:
docker:
- image: busybox:1.34.1
resource_class: small
steps:
- run:
command: echo "All required jobs finished successfully"


workflows:
Expand All @@ -58,3 +65,10 @@ workflows:
requires:
- python2-test
- python3-test
- circle-all:
requires:
- python3-test
- python2-test
filters:
tags:
only: /.*/

0 comments on commit a694943

Please sign in to comment.