From b03fd261a7f0555cbce541cd7b246010ab7e8dde 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 4130d34a4..e8ce83909 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 @@ -112,7 +112,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: