Skip to content

Commit 9da66ed

Browse files
authored
Merge pull request #1079 from radiantearth/typo1
Fix typo and CI
2 parents d550ce4 + d81a5a4 commit 9da66ed

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.circleci/config.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,8 @@ workflows:
4646
- test_examples
4747
- test_docs
4848
- publish_schemas:
49-
requires:
50-
- test_examples
5149
filters:
5250
tags:
53-
# All (future) tags
5451
only: /^v.*/
5552
branches:
56-
# Only dev branch, not PRs
57-
only: dev
53+
ignore: /^((?!dev).)*$/

collection-spec/collection-spec.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Collection's license(s) as a SPDX [License identifier](https://spdx.org/licenses
8888

8989
#### summaries
9090

91-
Collections are are *strongly recommended* to provide summaries of the values of fields that they can expect from the `properties`
91+
Collections are *strongly recommended* to provide summaries of the values of fields that they can expect from the `properties`
9292
of STAC Items contained in this Collection. This enables users to get a good sense of what the ranges and potential values of
9393
different fields in the Collection are, without to inspect a number of Items (or crawl them exhaustively to get a definitive answer).
9494
Summaries help to fully define Collections, especially if they don't link to any Items. They also give clients enough information to

0 commit comments

Comments
 (0)