mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
facb706211
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
19 lines
551 B
YAML
19 lines
551 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-chat/.* run-chat-workflow true
|