diff --git a/.github/workflows/terraform_codebuild_plan.yaml b/.github/workflows/terraform_codebuild_plan.yaml index 8f41f94..2ca36f0 100644 --- a/.github/workflows/terraform_codebuild_plan.yaml +++ b/.github/workflows/terraform_codebuild_plan.yaml @@ -1,5 +1,5 @@ # This is a basic workflow to help you get started with Actions -name: Terraform Plan +name: Terraform Codebuild Plan # Controls when the workflow will run on: @@ -16,7 +16,8 @@ jobs: # This workflow contains a single job called "build" Plan: # The type of runner that the job will run on - runs-on: [ "229685449397" ] + runs-on: + - codebuild-gh-action-test-${{ github.run_id }}-${{ github.run_attempt }} env: GITHUB_APP_INSTALLATION_ID: ${{ vars.GH_APP_INSTALLATION_ID }}