Skip to content

Commit

Permalink
Merge pull request #136 from snyk/chore/remove-ci-contexts
Browse files Browse the repository at this point in the history
fix: Remove unneccessary CI contexts
  • Loading branch information
robcresswell authored Feb 23, 2021
2 parents 3ffa962 + 29db0a5 commit af82da2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,12 @@ workflows:
jobs:
- install:
name: Install
context: nodejs-install
filters:
branches:
ignore:
- master
- lint:
name: Lint
context: nodejs-install
requires:
- Install
filters:
Expand Down

0 comments on commit af82da2

Please sign in to comment.