diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 4464952..17c4f4d 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] + runs-on: [self-hosted, lxc, node24, docker] container: none steps: - name: Code checkout