mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-15 17:51:03 +00:00
17 lines
380 B
YAML
17 lines
380 B
YAML
version: 2.1
|
|
|
|
orbs:
|
|
path-filtering: circleci/path-filtering@1.0.0
|
|
|
|
setup: true
|
|
|
|
workflows:
|
|
always-run:
|
|
jobs:
|
|
- 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
|