Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Stop CI trying to run check-label (#138)
Browse files Browse the repository at this point in the history
Stop CI trying to run `check-label`
  • Loading branch information
Justin Anastos authored Nov 15, 2019
2 parents 6b3b17c + 33d27d0 commit 103bec3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -104,11 +104,11 @@ workflows:
- eslint
- typescript
- test
- check-label:
filters:
branches:
ignore:
- master
# - check-label:
# filters:
# branches:
# ignore:
# - master
- release:
requires:
- eslint

0 comments on commit 103bec3

Please sign in to comment.