Skip to content

Commit d3df1df

Browse files
Merge pull request circleci#1390 from circleci/michelle-luna-patch-1
Update workflows.md
2 parents 915d0ca + 904cd23 commit d3df1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A workflow is a set of rules for defining a collection of jobs and their run ord
2222
- Run and troubleshoot jobs independently
2323
- Fan-out to run multiple jobs in parallel for testing various versions  
2424
- Fan-in for deployment to separate platforms with automated triggers
25-
- Support branch-level job execution with artifact sharing
25+
- Support branch-level and Git tag job execution
2626
- Enable manual job approval to control deployments to separate environments
2727

2828
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.

0 commit comments

Comments
 (0)