Change runner to self-hosted
Some checks failed
Run Pytest / test (push) Failing after 21s

This commit is contained in:
Joakim Hellsén 2026-02-21 22:51:39 +01:00
commit c019c6cad5
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk

View file

@ -9,7 +9,7 @@ on:
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: self-hosted
env: env:
DJANGO_DEBUG: False DJANGO_DEBUG: False