Skip to content

Commit d013835

Browse files
committed
remove ci
1 parent ac924f8 commit d013835

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/codebuild-ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -167,17 +167,3 @@ jobs:
167167
uses: aws-actions/aws-codebuild-run-build@v1
168168
with:
169169
project-name: aws-sdk-java-v2-migration-test
170-
s3-regression-tests:
171-
if: github.repository == 'aws/aws-sdk-java-v2'
172-
runs-on: ubuntu-latest
173-
steps:
174-
- name: Configure AWS Credentials
175-
uses: aws-actions/configure-aws-credentials@v1
176-
with:
177-
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
178-
aws-region: us-west-2
179-
role-duration-seconds: 7200
180-
- name: Run S3 regression tests
181-
uses: aws-actions/aws-codebuild-run-build@v1
182-
with:
183-
project-name: aws-sdk-java-v2-s3-regression-tests

0 commit comments

Comments
 (0)