Skip to content
Prev Previous commit
Next Next commit
Fix link in workflow.md
Fix broken link.
  • Loading branch information
Amanda Butler authored Nov 16, 2018
commit ce30733419d5b4adf5f2773d7bfe6ca58db63a2c
2 changes: 1 addition & 1 deletion docs/reference/contributing/guidelines/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Time: 3 days for reviewers to leave feedback after the maintainers add the "need

#### The CI (Continuous Integration) testing

There are many [CI systems available](/docs/reference/contributing/guidelines/ci.html) for testing Mbed OS pull requests and braches. Which CI tests we run against a particular pull request depends on the effect that pull request has on the code base. Irrespective of which CI tests run, Mbed OS has an all green policy, meaning that all the CI jobs that are triggered must pass before we merge the pull request.
There are many [CI systems available](../contributing/guidelines/ci.html) for testing Mbed OS pull requests and braches. Which CI tests we run against a particular pull request depends on the effect that pull request has on the code base. Irrespective of which CI tests run, Mbed OS has an all green policy, meaning that all the CI jobs that are triggered must pass before we merge the pull request.

Label: `needs: review`
Time: 1 day for CI to complete and report back results.
Expand Down