2023-09-28 10:00:48 +00:00
|
|
|
version: 2.1
|
|
|
|
|
2023-10-11 07:53:08 +00:00
|
|
|
orbs:
|
|
|
|
path-filtering: circleci/path-filtering@1.0.0
|
2023-09-28 10:00:48 +00:00
|
|
|
|
2023-10-11 07:53:08 +00:00
|
|
|
setup: true
|
2023-09-28 10:00:48 +00:00
|
|
|
|
2023-11-07 17:29:08 +00:00
|
|
|
parameters:
|
|
|
|
manifests-verify:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
|
2023-09-28 10:00:48 +00:00
|
|
|
workflows:
|
2023-10-11 07:53:08 +00:00
|
|
|
always-run:
|
2023-09-28 10:00:48 +00:00
|
|
|
jobs:
|
2023-10-11 07:53:08 +00:00
|
|
|
- path-filtering/filter:
|
|
|
|
name: check-updated-files
|
|
|
|
base-revision: master
|
|
|
|
config-path: .circleci/continue_config.yml
|
|
|
|
mapping: |
|
|
|
|
manifests/.* manifests-verify true
|
|
|
|
chart/.* manifests-verify true
|