mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-03 18:48:19 +00:00
Fix apparent CI failure due to "All Workflows filtered" (#3123)
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
adf7225f1c
commit
044ceec7fb
@ -1,7 +1,7 @@
|
||||
version: 2.1
|
||||
setup: true
|
||||
orbs:
|
||||
path-filtering: circleci/path-filtering@0.0.1
|
||||
path-filtering: circleci/path-filtering@1.1.0
|
||||
|
||||
workflows:
|
||||
version: 2.1
|
||||
|
@ -19,6 +19,13 @@ parameters:
|
||||
default: false
|
||||
|
||||
jobs:
|
||||
# work around CircleCI-Public/path-filtering-orb#20
|
||||
noop:
|
||||
docker:
|
||||
- image: cimg/base:current
|
||||
steps:
|
||||
- run: "true"
|
||||
|
||||
build-offline-chat-installer-macos:
|
||||
macos:
|
||||
xcode: 15.4.0
|
||||
@ -1451,6 +1458,16 @@ jobs:
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
noop:
|
||||
when:
|
||||
not:
|
||||
or:
|
||||
- << pipeline.parameters.run-all-workflows >>
|
||||
- << pipeline.parameters.run-python-workflow >>
|
||||
- << pipeline.parameters.run-ts-workflow >>
|
||||
- << pipeline.parameters.run-chat-workflow >>
|
||||
jobs:
|
||||
- noop
|
||||
build-chat-offline-installers:
|
||||
when:
|
||||
or:
|
||||
|
Loading…
Reference in New Issue
Block a user