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 b7e0458 commit 5de8b36Copy full SHA for 5de8b36
.circleci/config.yml
@@ -108,6 +108,13 @@ jobs:
108
- run: ./scripts/authenticateNpm.sh
109
- run: ./scripts/publishSnapshot.sh
110
- persist_to_workspace: *persist_to_workspace
111
+ circle-all:
112
+ docker:
113
+ - image: busybox:1.34.1
114
+ resource_class: small
115
+ steps:
116
+ - run:
117
+ command: echo "All required jobs finished successfully"
118
119
workflows:
120
version: 2
@@ -135,3 +142,12 @@ workflows:
135
142
filters:
136
143
branches:
137
144
only: develop
145
+ - circle-all:
146
+ requires:
147
+ - test
148
+ - install
149
+ - dist
150
+ - demo
151
+ filters:
152
+ tags:
153
+ only: /.*/
0 commit comments