Skip to content

Commit 028bf83

Browse files
committed
Conductor: move steps to get to the task list
1 parent 9e88d62 commit 028bf83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conductor/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ Conductor needs to verify your CI setup before you can start receiving PRs.
4848

4949
## Verify your CI setup
5050

51+
- Navigate to the "Conductor" tab in your Private Packagist organization
52+
- Click on the name of your package
53+
5154
![Task list with verification task](/Resources/public/img/docs/conductor/verification-task-list.png)
5255

5356
Right now all tasks are waiting for the CI verification task on top of the list. Conductor will not start with the regular schedule until this verification task was successful.
@@ -65,9 +68,6 @@ When you run into errors, troubleshoot and fix them. You can trigger the workflo
6568

6669
## How scheduling works
6770

68-
- Navigate to the "Conductor" tab in your Private Packagist organization
69-
- Click on the name of your package
70-
7171
The list shows groups of all available updates to be scheduled. Each group of updates is called a task. Conductor will schedule only one task at a time. All others are waiting for the task on top of the list to be successful or paused.
7272
Once Conductor schedules a task it sends a payload to your CI platform that triggers the workflow you just added. The payload contains the commands Composer will run to update a group of dependencies from your package.
7373

0 commit comments

Comments
 (0)