You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Using Amazon Elastic Container Service for Kubernetes (Amazon EKS)](#using-amazon-elastic-container-service-for-kubernetes-amazon-eks) | This section describes how you can use the Amazon ECS service for Kubernetes for Kubernetes-related tasks and operations.
66
66
[Deploying Applications to Heroku](#deploying-applications-to-heroku) | This section describes how you can deploy application to the Heroku platform using the CircleCI Heroku orb.
67
67
[Enabling Custom Slack Notifications in CircleCI Jobs](#enabling-custom-slack-notifications-in-circleci-jobs) | This section describes how you can enable customized Slack notifications in CircleCI jobs.
68
-
[Selecting a Workflow With a Pipeline Parameter](#selecting-a-workflow-with-a-pipeline-parameter) | This section describes how you can use pipeline parameters to run different workflows.
68
+
[Using Logic in Configuration](#using-logic-in-configuration) | This section describes how you can use pipeline values & parameters to select the work to perform.
69
69
70
70
## Deploying Software Changes to Amazon ECS
71
71
@@ -1131,7 +1131,9 @@ Notice in the example that the job is run and a Slack status alert is sent to yo
1131
1131
1132
1132
For more detailed information about this orb and its functionality, refer to the Slack orb in the [CircleCI Orb Registry](https://circleci.com/orbs/registry/orb/circleci/slack).
1133
1133
1134
-
## Selecting a Workflow With a Pipeline Parameter
1134
+
## Using Logic in Configuration
1135
+
1136
+
### Selecting a Workflow With a Pipeline Parameter
1135
1137
1136
1138
If you want to be able to trigger custom workflows manually via the API, but still run a workflow on every push, you can use pipeline parameters to decide which workflows to run.
1137
1139
@@ -1172,3 +1174,28 @@ workflows:
1172
1174
```
1173
1175
1174
1176
The `action` parameter will default to `build` on pushes, but you can supply a different value to select a different workflow to run, like `report`.
1177
+
1178
+
### Branch-filtering for Job Steps
1179
+
1180
+
Branch filtering has previously only been available for workflows, but with compile-time logic statements, you can implement it for job steps as well.
0 commit comments