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:
|
env:
|
||||||
INSTALL: ${{ steps.cache-pipenv.outputs.cache-hit }}
|
INSTALL: ${{ steps.cache-pipenv.outputs.cache-hit }}
|
||||||
run: scripts/ci_prepare.sh
|
run: scripts/ci_prepare.sh
|
||||||
- name: run pylint
|
- name: run job
|
||||||
run: pipenv run make ci-${{ matrix.job }}
|
run: pipenv run make ci-${{ matrix.job }}
|
||||||
test-migrations:
|
test-migrations:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
@ -116,7 +116,7 @@ class OutpostFilter(FilterSet):
|
||||||
"providers": ["isnull"],
|
"providers": ["isnull"],
|
||||||
"name": ["iexact", "icontains"],
|
"name": ["iexact", "icontains"],
|
||||||
"service_connection__name": ["iexact", "icontains"],
|
"service_connection__name": ["iexact", "icontains"],
|
||||||
"managed": ["iexact", "icontains"]
|
"managed": ["iexact", "icontains"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in New Issue