From 2976b8aedbba07dd810938a3caa52eb5d77347d8 Mon Sep 17 00:00:00 2001 From: Bruno <15909838+thetoolsmith@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:05:35 -0500 Subject: [PATCH] force trigger --- .github/workflows/codebuild_runner_test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codebuild_runner_test.yml b/.github/workflows/codebuild_runner_test.yml index 0cf2f06..d8e6abe 100644 --- a/.github/workflows/codebuild_runner_test.yml +++ b/.github/workflows/codebuild_runner_test.yml @@ -9,8 +9,10 @@ jobs: runs-on: - codebuild-cfpb-regtech-gha-test-1-${{ github.run_id }}-${{ github.run_attempt }} steps: - - run: | + - name: echo + run: | echo "force trigger again" echo -e "running GHA workflow ${{ github.event.number }}\nbuild: ${{ github.run_id }}\nattempt: ${{ github.run_attempt }}" - - listclusters: | + - name: listclusters: + run: | aws eks list-clusters --region us-east-1 --output json