We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce6fb9 commit 527881fCopy full SHA for 527881f
.github/workflows/ci-automated-check-environment.yml
@@ -53,7 +53,6 @@ jobs:
53
token: ${{ secrets.GITHUB_TOKEN }}
54
pr_title: "ci: bump environment"
55
pr_source: ${{ steps.branch.outputs.name }}
56
- pr_labels: type:ci
57
pr_body: |
58
## Outdated CI environment
59
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ env:
11
PARSE_SERVER_TEST_TIMEOUT: 20000
12
jobs:
13
check-ci:
14
- name: CI Self-Check
+ name: Node Engine Check
15
timeout-minutes: 15
16
runs-on: ubuntu-18.04
17
steps:
@@ -29,8 +29,6 @@ jobs:
29
${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-
30
- name: Install dependencies
31
run: npm ci
32
- - name: CI Environments Check
33
- run: npm run ci:check
34
- name: CI Node Engine Check
35
run: npm run ci:checkNodeEngine
36
check-changelog:
0 commit comments