From 7e0fd2614961520b0a608c983c50611760ecb82f Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Tue, 16 Jun 2020 16:45:07 +0000 Subject: [PATCH] fix: revert CI on CodeBuild using GitHub Actions This reverts commit 57a35a7805e6740c3ed5180af025273a8a8c997b. --- .github/workflows/codebuild-pr-test.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/codebuild-pr-test.yml diff --git a/.github/workflows/codebuild-pr-test.yml b/.github/workflows/codebuild-pr-test.yml deleted file mode 100644 index 67853b57ec68..000000000000 --- a/.github/workflows/codebuild-pr-test.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: CI - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v1 - with: - aws-access-key-id: ${{ secrets.CI_AWS_ACCESS_KEY_ID }} - aws-secret-access-key: ${{ secrets.CI_AWS_SECRET_ACCESS_KEY }} - aws-region: us-west-2 - - name: Run CodeBuild - uses: aws-actions/aws-codebuild-run-project@v1.0.2 - with: - project-name: aws-sdk-js-modular-pr-test \ No newline at end of file