forked from kedro-org/kedro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
33 lines (29 loc) · 1.01 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
version: 2.1
parameters:
release_kedro:
type: boolean
default: false
# The parameters below are set in CircleCI UI.
# https://app.circleci.com/settings/project/github/kedro-org/kedro/triggers?return-to=https%3A%2F%2Fapp.circleci.com%2Fpipelines%2Fgithub%2Fkedro-org%2Fkedro&triggerSource=&scheduledTriggerId=61f7226f-f092-4449-98d9-40420f8c46b2&success=true
run_hourly:
type: boolean
default: false
run_nightly:
type: boolean
default: false
setup: true
orbs:
path-filtering: circleci/[email protected]
workflows:
regular:
jobs:
# the path-filtering/filter job determines which pipeline
# parameters to update, i.e. which builds to run.
- path-filtering/filter:
name: check-updated-files
base-revision: main
config-path: .circleci/continue_config.yml
# <regex path-to-test> <parameter-to-set> <value-of-pipeline-parameter>
mapping: |
docs/.* docs_change true
^((?!docs/).)*$ code_change true