Skip to content

Update workflows.md #1390

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 7, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jekyll/_cci2/workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A workflow is a set of rules for defining a collection of jobs and their run ord
- Run and troubleshoot jobs independently
- Fan-out to run multiple jobs in parallel for testing various versions  
- Fan-in for deployment to separate platforms with automated triggers
- Support branch-level job execution with artifact sharing
- Support branch-level and Git tag job execution
- Enable manual job approval to control deployments to separate environments

For example, you might want to run acceptance tests independently from integration tests and use a manual approval process for deployment. Use workflows to orchestrate parts of your build, increase your ability to respond to failures, and control deployment. Scheduled jobs appear in the Workflows tab of the CircleCI app, so you have an integrated view of the status of every individual workflow as shown in the following screenshot.
Expand Down