Skip to content

Commit

Permalink
Update .github/workflows/terraform-apply-csvd-dev-ew.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Dec 18, 2024
1 parent 834c192 commit 39aa0b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform-apply-csvd-dev-ew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions: write-all

jobs:
Plan:
runs-on: ["iebcloud"]
runs-on: ["229685449397"]

outputs:
commit_sha: ${{ steps.git_show.outputs.commit_sha }}
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 39aa0b5

Please sign in to comment.