From b4788bae8a7fe7d1bd6a5b93b86a3af7b54d33df Mon Sep 17 00:00:00 2001 From: EduardGomezEscandell Date: Wed, 20 Sep 2023 16:10:43 +0200 Subject: [PATCH] Use my machine (TODO: Revert) --- .github/workflows/qa-azure.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qa-azure.yaml b/.github/workflows/qa-azure.yaml index a27b793c1..1cc22b543 100644 --- a/.github/workflows/qa-azure.yaml +++ b/.github/workflows/qa-azure.yaml @@ -16,7 +16,7 @@ env: 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 @@ -109,7 +109,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: