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 8723841 commit 98f1554Copy full SHA for 98f1554
.circleci/config.yml
@@ -36,6 +36,13 @@ jobs:
36
steps:
37
- checkout
38
- run: ./scripts/circle/pypi.sh
39
+ circle-all:
40
+ docker:
41
+ - image: busybox:1.34.1
42
+ resource_class: small
43
+ steps:
44
+ - run:
45
+ command: echo "All required jobs finished successfully"
46
47
48
workflows:
@@ -55,3 +62,10 @@ workflows:
55
62
requires:
56
63
- python2-test
57
64
- python3-test
65
+ - circle-all:
66
+ requires:
67
+ - python3-test
68
+ - python2-test
69
+ filters:
70
+ tags:
71
+ only: /.*/
0 commit comments