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 Sep 18, 2024
1 parent e8dfb6e commit 4afff5a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,13 @@ jobs:

- deploy:
command: poetry publish -v -u $PYPI_USERNAME -p $PYPI_PASSWORD --build
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 @@ -392,3 +399,19 @@ workflows:
filters:
tags: { only: '/^[0-9]+(\.[0-9]+)+(-[a-zA-Z]+[0-9]*)*$/' }
branches: { ignore: /.*/ }
- circle-all:
requires:
- py38-pandas1
- py311-pandas2
- py38-pandas2
- py311-pandas1
- pylint
- mypy
- black
- py39-pandas2
- py310-pandas2
- py39-pandas1
- py310-pandas1
filters:
tags:
only: /.*/

0 comments on commit 4afff5a

Please sign in to comment.