diff --git a/.github/workflows/ci-automated-check-environment.yml b/.github/workflows/ci-automated-check-environment.yml index 9226b62c8b..0f08d2e47a 100644 --- a/.github/workflows/ci-automated-check-environment.yml +++ b/.github/workflows/ci-automated-check-environment.yml @@ -53,7 +53,6 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} pr_title: "ci: bump environment" pr_source: ${{ steps.branch.outputs.name }} - pr_labels: type:ci pr_body: | ## Outdated CI environment diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad4145e6f4..18c5720d45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ env: PARSE_SERVER_TEST_TIMEOUT: 20000 jobs: check-ci: - name: CI Self-Check + name: Node Engine Check timeout-minutes: 15 runs-on: ubuntu-18.04 steps: @@ -29,8 +29,6 @@ jobs: ${{ runner.os }}-node-${{ matrix.NODE_VERSION }}- - name: Install dependencies run: npm ci - - name: CI Environments Check - run: npm run ci:check - name: CI Node Engine Check run: npm run ci:checkNodeEngine check-changelog: