File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collab
5858
5959To avoid specifying every required job individually, we have to implement "all-green"
6060jobs 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
6464Additionally, the CI setup we had before managing forks, with a master "ci-all-green"
6565workflow, will not work with merge queues: the chain `workflow -> workflow_call ->
You can’t perform that action at this time.
0 commit comments