Skip to content

Commit 8cfed61

Browse files
committed
fixing requires
1 parent cf78667 commit 8cfed61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ workflows:
5858
ignore:
5959
- master
6060
- test-build:
61-
requires: test
61+
requires:
62+
- test
6263
filters:
6364
branches:
6465
ignore:

0 commit comments

Comments
 (0)