From 6658ea4b058c79a837a88edb6e6a3acb1a30ad11 Mon Sep 17 00:00:00 2001 From: Michael Maeng Date: Tue, 8 Nov 2022 16:45:05 -0500 Subject: [PATCH] Remove noop GH workflow --- .github/workflows/pr-ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index 67e0e332..3f5dea3b 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -6,16 +6,6 @@ name: CloudFormation Python Plugin CI on: [push, pull_request] jobs: - build: - runs-on: ubuntu-latest - strategy: - matrix: - python: [ 3.6, 3.7, 3.8 ] - steps: - - name: Set up Python ${{ matrix.python }} - uses: actions/setup-python@v4 - with: - python-version: ${{ matrix.python }} os_build: env: AWS_DEFAULT_REGION: us-east-1