From 38fad0f9d7a2e1452054ac172068088dfa388f08 Mon Sep 17 00:00:00 2001 From: Anar Kafkas Date: Tue, 26 Dec 2023 16:51:43 +0900 Subject: [PATCH] Don't rename jobs --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bad6d42..61c061f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: