From 39aa0b57ebc5b4e6bceb343338aecc777efa4d31 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Tue, 17 Dec 2024 16:16:23 -0800 Subject: [PATCH] Update .github/workflows/terraform-apply-csvd-dev-ew.yml --- .github/workflows/terraform-apply-csvd-dev-ew.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: