Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
thetoolsmith committed Jan 17, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 6fa3a6a commit 1e5760c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codebuild_runner_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GHA Codebuild Runner Test
name: GHACodebuildRunnerTest

on:
pull_request:
@@ -8,7 +8,7 @@ jobs:
test1:
env:
CLOUDWATCH_LOGGROUP_NAME: '/aws/codebuild/cfpb-regtech-gha-test-1'
CLOUDWATCH_LOGSTREAM_NAME: ${{ github.run_id }}${{ github.run_number }}${{ github.run_attempt }}
CLOUDWATCH_LOGSTREAM_NAME: ${{ github.repository }}_${{ github.workflow }}_${{ github.run_id }}_${{ github.run_number }}_${{ github.run_attempt }}
runs-on:
- codebuild-cfpb-regtech-gha-test-1-${{ github.run_id }}-${{ github.run_attempt }}
steps:

0 comments on commit 1e5760c

Please sign in to comment.