Skip to content

Commit

Permalink
force trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
thetoolsmith committed Jan 17, 2025
1 parent 494d9df commit 2976b8a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/codebuild_runner_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2976b8a

Please sign in to comment.