Skip to content

Commit 5c06a21

Browse files
committed
dont worry about canary, since we cant publish from forks
1 parent 1b633d3 commit 5c06a21

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ workflows:
5252
- analyze:
5353
requires:
5454
- checkout_code
55-
- release-canary:
56-
requires:
57-
- analyze
58-
filters:
59-
branches:
60-
ignore: master
55+
# - release-canary:
56+
# requires:
57+
# - analyze
58+
# filters:
59+
# branches:
60+
# ignore: master
6161
- release:
6262
requires:
6363
- analyze

0 commit comments

Comments
 (0)