From af403afc8e9b6ec7bd56dbce6ef18ab7d570ea52 Mon Sep 17 00:00:00 2001 From: Mathieu Strypsteen Date: Thu, 29 Feb 2024 18:33:20 +0100 Subject: [PATCH] Use self-hosted actions runner --- .github/workflows/backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 6666f63f..76c7911d 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -2,7 +2,7 @@ name: Backend on: [push] jobs: lint: - runs-on: ubuntu-latest + runs-on: self-hosted steps: - uses: actions/checkout@v4 - name: Set up Python