Skip to content

Commit 05e496c

Browse files
authored
Remove noop GH workflow (#223)
1 parent d4a2315 commit 05e496c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/pr-ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@ name: CloudFormation Python Plugin CI
66
on: [push, pull_request]
77

88
jobs:
9-
build:
10-
runs-on: ubuntu-latest
11-
strategy:
12-
matrix:
13-
python: [ 3.6, 3.7, 3.8 ]
14-
steps:
15-
- name: Set up Python ${{ matrix.python }}
16-
uses: actions/setup-python@v4
17-
with:
18-
python-version: ${{ matrix.python }}
199
os_build:
2010
env:
2111
AWS_DEFAULT_REGION: us-east-1

0 commit comments

Comments
 (0)