Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
anacalva committed Mar 21, 2024
1 parent e5b1b4a commit cfdd66e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/vm-creation-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:

build-terraform-file:
runs-on: arc-runner-scale-set-proxmox-vm
runs-on: ghr-proxmox-vm-sthings-cicd
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -56,9 +56,10 @@ jobs:
ls -la /home/runner/_work/_tool/
test-terraform-apply:
needs: build-terraform-file
runs-on: arc-runner-scale-set-proxmox-vm
runs-on: ghr-proxmox-vm-sthings-cicd
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -94,7 +95,7 @@ jobs:
cleanup:
if: ${{ always() }}
needs: test-terraform-apply
runs-on: arc-runner-scale-set-proxmox-vm
runs-on: ghr-proxmox-vm-sthings-cicd
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit cfdd66e

Please sign in to comment.