File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 32
32
run : npm ci
33
33
- name : CI Self-Check
34
34
run : npm run ci:check
35
+ - name : Create PR to upgrade CI environments if needed
36
+ uses : peter-evans/create-pull-request@v3
37
+ with :
38
+ title : Upgrade CI environments
39
+ body : This is an automated PR to upgrade package versions in CI environments for MongoDB, Node.js.
40
+ commit-message : Upgrading versions of MongoDB / Node.js
41
+ branch : ci/upgrade-ci-environments
35
42
check-lint :
36
43
name : Lint
37
44
timeout-minutes : 30
99
106
NODE_VERSION : 15.8.0
100
107
name : ${{ matrix.name }}
101
108
timeout-minutes : 30
109
+ needs : check-ci
102
110
runs-on : ubuntu-18.04
103
111
services :
104
112
redis :
@@ -147,6 +155,7 @@ jobs:
147
155
POSTGRES_IMAGE : postgis/postgis:13-3.1
148
156
name : ${{ matrix.name }}
149
157
timeout-minutes : 30
158
+ needs : check-ci
150
159
runs-on : ubuntu-18.04
151
160
services :
152
161
redis :
You can’t perform that action at this time.
0 commit comments