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 22, 2023
1 parent 0de364b commit b03fd26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 @@ -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:
Expand Down

0 comments on commit b03fd26

Please sign in to comment.