ci: remove ci env check from PR CI (#7635)
This commit is contained in:
@@ -53,7 +53,6 @@ jobs:
|
|||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
pr_title: "ci: bump environment"
|
pr_title: "ci: bump environment"
|
||||||
pr_source: ${{ steps.branch.outputs.name }}
|
pr_source: ${{ steps.branch.outputs.name }}
|
||||||
pr_labels: type:ci
|
|
||||||
pr_body: |
|
pr_body: |
|
||||||
## Outdated CI environment
|
## Outdated CI environment
|
||||||
|
|
||||||
|
|||||||
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -11,7 +11,7 @@ env:
|
|||||||
PARSE_SERVER_TEST_TIMEOUT: 20000
|
PARSE_SERVER_TEST_TIMEOUT: 20000
|
||||||
jobs:
|
jobs:
|
||||||
check-ci:
|
check-ci:
|
||||||
name: CI Self-Check
|
name: Node Engine Check
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
@@ -29,8 +29,6 @@ jobs:
|
|||||||
${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-
|
${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: CI Environments Check
|
|
||||||
run: npm run ci:check
|
|
||||||
- name: CI Node Engine Check
|
- name: CI Node Engine Check
|
||||||
run: npm run ci:checkNodeEngine
|
run: npm run ci:checkNodeEngine
|
||||||
check-changelog:
|
check-changelog:
|
||||||
|
|||||||
Reference in New Issue
Block a user