diff --git a/.github/workflows/terraform-apply-csvd-dev-ew.yml b/.github/workflows/terraform-apply-csvd-dev-ew.yml index f3f1491..7f1e391 100644 --- a/.github/workflows/terraform-apply-csvd-dev-ew.yml +++ b/.github/workflows/terraform-apply-csvd-dev-ew.yml @@ -14,7 +14,7 @@ permissions: write-all jobs: Plan: - runs-on: ["iebcloud"] + runs-on: ["229685449397"] outputs: commit_sha: ${{ steps.git_show.outputs.commit_sha }} @@ -105,7 +105,7 @@ jobs: Apply: # The type of runner that the job will run on - runs-on: ["iebcloud"] + runs-on: ["229685449397"] needs: Plan environment: csvd-dev-ew steps: