We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2982b42 commit c5f9d72Copy full SHA for c5f9d72
.circleci/config.yml
@@ -39,6 +39,13 @@ jobs:
39
steps:
40
- checkout
41
- run: ./scripts/circle/pypi.sh
42
+ circle-all:
43
+ docker:
44
+ - image: busybox:1.34.1
45
+ resource_class: small
46
+ steps:
47
+ - run:
48
+ command: echo "All required jobs finished successfully"
49
50
51
workflows:
@@ -58,3 +65,10 @@ workflows:
58
65
requires:
59
66
- python2-test
60
67
- python3-test
68
+ - circle-all:
69
+ requires:
70
+ - python3-test
71
+ - python2-test
72
+ filters:
73
+ tags:
74
+ only: /.*/
0 commit comments