Skip to content

Commit 97f1095

Browse files
committed
Fix english thanks to Auguste
1 parent dcebaa5 commit 97f1095

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ jobs that centralize the results of entire workflows, success or fail. Only thes
6161
will be marked as required. Thus, they must combine the results of backend linting,
6262
backend testing, PR title linting, documentation building etc.
6363

64-
Please note that a previous experience (before forks) with a master "ci-all-green" can't
65-
be reproduced: the chain `workflow -> workflow_call -> workflow_run` is not triggered.
64+
Additionally, the CI setup we had before managing forks, with a master "ci-all-green"
65+
workflow, will not work with merge queues: the chain `workflow -> workflow_call ->
66+
workflow_run` is not triggered.
6667

6768
## More Information
6869

0 commit comments

Comments
 (0)