Skip to content

Commit 64b3f93

Browse files
committed
use more specific language for queueing
1 parent 1058118 commit 64b3f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/infra/docs/rustc-ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A developer submitting a pull request to rust-lang/rust, experiences the followi
66

77
- A small subset of tests and checks are run on each commit to catch common errors.
88
- When the PR is ready and approved, the "bors" tool enqueues a full CI run.
9-
- The full run is either performed or the PR is "rolled up" with other changes.
9+
- The full run either queues the specific PR or the PR is "rolled up" with other changes.
1010
- Eventually a CI run containing the changes from the PR is performed and either passes or fails with an error the developer must address.
1111

1212
## Which jobs we run

0 commit comments

Comments
 (0)