Skip to content

Commit 527881f

Browse files
authored
ci: remove ci env check from PR CI (#7635)
1 parent 0ce6fb9 commit 527881f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci-automated-check-environment.yml

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
token: ${{ secrets.GITHUB_TOKEN }}
5454
pr_title: "ci: bump environment"
5555
pr_source: ${{ steps.branch.outputs.name }}
56-
pr_labels: type:ci
5756
pr_body: |
5857
## Outdated CI environment
5958

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
PARSE_SERVER_TEST_TIMEOUT: 20000
1212
jobs:
1313
check-ci:
14-
name: CI Self-Check
14+
name: Node Engine Check
1515
timeout-minutes: 15
1616
runs-on: ubuntu-18.04
1717
steps:
@@ -29,8 +29,6 @@ jobs:
2929
${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-
3030
- name: Install dependencies
3131
run: npm ci
32-
- name: CI Environments Check
33-
run: npm run ci:check
3432
- name: CI Node Engine Check
3533
run: npm run ci:checkNodeEngine
3634
check-changelog:

0 commit comments

Comments
 (0)