ci: fix label
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
20c33fa011
commit
602573f83f
|
@ -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
|
||||
|
|
|
@ -116,7 +116,7 @@ class OutpostFilter(FilterSet):
|
|||
"providers": ["isnull"],
|
||||
"name": ["iexact", "icontains"],
|
||||
"service_connection__name": ["iexact", "icontains"],
|
||||
"managed": ["iexact", "icontains"]
|
||||
"managed": ["iexact", "icontains"],
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in New Issue