Last active
May 3, 2021 06:45
-
-
Save bpossolo/1d829564dcbd2e30705f5dc57c64f679 to your computer and use it in GitHub Desktop.
CircleCI Dynamic Config setup file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: 2.1 | |
setup: true | |
orbs: | |
path-filtering: circleci/[email protected] | |
workflows: | |
setup: | |
jobs: | |
- path-filtering/filter: | |
base-revision: master | |
mapping: | | |
data/.* config-data-modified true | |
service/common/.* service-layer-modified true | |
service/site-api/.* run-site-api-workflow true | |
service/batch/.* run-batch-services-workflow true | |
admin-ui/.* run-admin-ui-workflow true | |
ui/.* run-site-ui-workflow true | |
functions/.* run-azure-functions-workflow true | |
product-classifier/.* run-product-classifier-api-workflow true | |
config-path: .circleci/workflows.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment