Skip to content

Commit 27aef50

Browse files
committed
add test gha codebuild runner
1 parent b6270bd commit 27aef50

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: GHA Codebuild Runner Test
2+
on: [push]
3+
jobs:
4+
test1:
5+
runs-on:
6+
- codebuild-cfpb-regtech-gha-test-1-${{ github.run_id }}-${{ github.run_attempt }}
7+
steps:
8+
- run: |
9+
echo "running GHS workflow ${{ github.event.number }}"
10+
echo -e "dumping\n${{ toJson(runner) }}"
11+

0 commit comments

Comments
 (0)