Skip to content

Commit 35583c3

Browse files
committed
Fix ADR
1 parent 97f1095 commit 35583c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/design/0006-use-merge-queue-in-ci.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collab
5858

5959
To avoid specifying every required job individually, we have to implement "all-green"
6060
jobs that centralize the results of entire workflows, success or fail. Only these jobs
61-
will be marked as required. Thus, they must combine the results of backend linting,
62-
backend testing, PR title linting, documentation building etc.
61+
will be marked as required. For example, the only required job of the `backend` workflow
62+
would be a combination of the results of linting and testing.
6363

6464
Additionally, the CI setup we had before managing forks, with a master "ci-all-green"
6565
workflow, will not work with merge queues: the chain `workflow -> workflow_call ->

0 commit comments

Comments
 (0)