File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ is the standard CI run we do to check Pull Requests. It triggers
210
210
` node-test-commit ` , which runs the ` build-ci ` and ` test-ci ` targets on all
211
211
supported platforms.
212
212
213
- * [ ` node-test-pull-request-lite ` ] ( https://ci.nodejs.org/job/node-test-pull-request-lite/ )
213
+ * [ ` node-test-pull-request-lite-pipeline ` ] ( https://ci.nodejs.org/job/node-test-pull-request-lite-pipeline / )
214
214
only runs the linter job, as well as the tests on LinuxONE, which is very fast.
215
215
This is useful for changes that only affect comments or documentation.
216
216
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ needs to be pointed out separately during the onboarding.
213
213
* Optionally, include your personal pronouns.
214
214
* Label your pull request with the ` doc ` and ` notable-change ` labels.
215
215
* Run CI on the PR. Because the PR does not affect any code, use the
216
- ` node-test-pull-request-lite ` CI task. Alternatively, use the usual
216
+ ` node-test-pull-request-lite-pipeline ` CI task. Alternatively, use the usual
217
217
` node-test-pull-request ` CI task and cancel it after the linter and one other
218
218
subtask have passed.
219
219
* After one or two approvals, land the PR (PRs of this type do not need to wait
You can’t perform that action at this time.
0 commit comments