From 5dfc3b31ef3b0bea3578367237dab4c276251486 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Wed, 27 Oct 2021 03:29:21 +0200 Subject: [PATCH] ci: remove changelog check --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) 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