diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20572cde..40c4694b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,13 +30,6 @@ jobs: run: npm ci - name: CI Node Engine Check run: npm run ci:checkNodeEngine - check-changelog: - name: Changelog - timeout-minutes: 5 - runs-on: ubuntu-18.04 - steps: - - uses: actions/checkout@v2 - - uses: dangoslen/changelog-enforcer@v2 check-lint: name: Lint timeout-minutes: 15