From 5058ca6f4113cbdb1235a04bf7a30bfa60a3c04b Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Tue, 9 Dec 2025 16:23:44 +0100 Subject: [PATCH] Test --- .github/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index ca1689e..abda960 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -51,7 +51,7 @@ jobs: docker-work: name: Docker stuff needs: sonarqube - runs-on: [self-hosted, lxc, node24, docker] + runs-on: [self-hosted, node24, docker] container: none steps: - name: Code checkout