ci: fix label

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-12-19 13:44:34 +01:00
parent 20c33fa011
commit 602573f83f
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ jobs:
env:
INSTALL: ${{ steps.cache-pipenv.outputs.cache-hit }}
run: scripts/ci_prepare.sh
- name: run pylint
- name: run job
run: pipenv run make ci-${{ matrix.job }}
test-migrations:
runs-on: ubuntu-latest

View File

@ -116,7 +116,7 @@ class OutpostFilter(FilterSet):
"providers": ["isnull"],
"name": ["iexact", "icontains"],
"service_connection__name": ["iexact", "icontains"],
"managed": ["iexact", "icontains"]
"managed": ["iexact", "icontains"],
}