mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-06 09:20:33 +00:00
79b0866c62
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
21 lines
656 B
YAML
21 lines
656 B
YAML
version: 2.1
|
|
setup: true
|
|
orbs:
|
|
path-filtering: circleci/path-filtering@0.0.1
|
|
|
|
workflows:
|
|
version: 2.1
|
|
generate-config:
|
|
jobs:
|
|
- path-filtering/filter:
|
|
base-revision: main
|
|
config-path: .circleci/continue_config.yml
|
|
mapping: |
|
|
.circleci/.* run-all-workflows true
|
|
gpt4all-backend/.* run-all-workflows true
|
|
gpt4all-bindings/python/.* run-python-workflow true
|
|
gpt4all-bindings/typescript/.* run-ts-workflow true
|
|
gpt4all-bindings/csharp/.* run-csharp-workflow true
|
|
gpt4all-chat/.* run-chat-workflow true
|
|
.* run-default-workflow true
|