Skip to content

Commit

Permalink
Use my machine as Linux runner (TODO: revert)
Browse files Browse the repository at this point in the history
This is too slow!
  • Loading branch information
EduardGomezEscandell committed Sep 22, 2023
1 parent 3ca117c commit c2913cf
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
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c2913cf

Please sign in to comment.