Skip to content

Commit

Permalink
Use my machine (TODO: Revert)
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Sep 20, 2023
1 parent df3f44f commit e4c83dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/qa-azure.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: QA on Azure
# QA checks on Azure, allowing the use of a real WSL back-en

concurrency: azure-vm
concurrency: edus-machine

on:
pull_request:
Expand All @@ -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
Expand Down Expand Up @@ -113,7 +113,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:
Expand Down

0 comments on commit e4c83dd

Please sign in to comment.