Skip to content

Commit

Permalink
build: change job name
Browse files Browse the repository at this point in the history
  • Loading branch information
MoisesGSalas committed Nov 9, 2021
1 parent 375110e commit aa03f41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ workflows:
debian_version: "stretch"
- python_version: "3.5"
debian_version: "buster"
- quality:
- quality-js:
filters:
tags:
only: /v?[0-9]+(\.[0-9]+)*/
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- PY_ENV: py<< parameters.python_version >>
- DJANGO_ENV: << parameters.django_version >>

quality:
quality-js:
docker:
- image: circleci/python:3.5-node
steps:
Expand Down

0 comments on commit aa03f41

Please sign in to comment.