Skip to content

Commit

Permalink
ci: Remove AWS CDK version check from CI
Browse files Browse the repository at this point in the history
Reduce friction of raising a PR by the AWS CDK version check.

First introduced in #192, these checks were added to force us to keep up to date with the rapid release cadence.

However as we've recently slowed down development in the repository, this requirement is causing friction for contributors.

Let's remove it in favour of some automation.
  • Loading branch information
akash1810 committed Sep 30, 2022
1 parent 6f1e88b commit 90c9793
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 3,718 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
validateSingleCommit: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
check-aws-cdk:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: ./script/check-aws-cdk
CI:
runs-on: ubuntu-latest
steps:
Expand Down
Loading

0 comments on commit 90c9793

Please sign in to comment.