From c2913cfdf7ee42d101a0dbc97e7ae81a06b77460 Mon Sep 17 00:00:00 2001 From: EduardGomezEscandell Date: Fri, 22 Sep 2023 12:13:47 +0200 Subject: [PATCH] Use my machine as Linux runner (TODO: revert) This is too slow! --- .github/workflows/qa-azure.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/qa-azure.yaml b/.github/workflows/qa-azure.yaml index 2000187d1..acbb0f45b 100644 --- a/.github/workflows/qa-azure.yaml +++ b/.github/workflows/qa-azure.yaml @@ -17,7 +17,7 @@ jobs: build-wsl-pro-service: name: Build wsl-pro-service debian package - runs-on: ubuntu-latest + runs-on: [self-hosted, do-not-use] steps: - name: Check out repository uses: actions/checkout@v4 @@ -83,7 +83,7 @@ jobs: vm-setup: name: Set up Azure VM - runs-on: ubuntu-latest + runs-on: [self-hosted, do-not-use] steps: - name: Azure login uses: azure/login@v1 @@ -173,7 +173,7 @@ jobs: stop-vm: name: Clean up the Azure VM - runs-on: ubuntu-latest + runs-on: [self-hosted, do-not-use] needs: [vm-setup, qa] if: always() steps: