Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
gomez385 committed Oct 15, 2024
1 parent b778dc8 commit ba67417
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/terraform_codebuild_plan.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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 }}
Expand Down

0 comments on commit ba67417

Please sign in to comment.