Skip to content

Commit

Permalink
Don't rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
kafkas committed Dec 26, 2023
1 parent 691a756 commit 38fad0f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,16 @@ workflows:
build_test_deploy:
jobs:
- lint:
name: Run linter and formatter
filters:
tags:
only: /.*/

- test:
name: Run tests
filters:
tags:
only: /.*/

- publish:
name: Publish to NPM
requires: [lint, test]
filters:
branches:
Expand Down

0 comments on commit 38fad0f

Please sign in to comment.