mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-03 10:37:29 +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
|
version: 2.1
|
||||||
setup: true
|
setup: true
|
||||||
orbs:
|
orbs:
|
||||||
path-filtering: circleci/path-filtering@0.0.1
|
path-filtering: circleci/path-filtering@1.1.0
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2.1
|
version: 2.1
|
||||||
|
@ -19,6 +19,13 @@ parameters:
|
|||||||
default: false
|
default: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
# work around CircleCI-Public/path-filtering-orb#20
|
||||||
|
noop:
|
||||||
|
docker:
|
||||||
|
- image: cimg/base:current
|
||||||
|
steps:
|
||||||
|
- run: "true"
|
||||||
|
|
||||||
build-offline-chat-installer-macos:
|
build-offline-chat-installer-macos:
|
||||||
macos:
|
macos:
|
||||||
xcode: 15.4.0
|
xcode: 15.4.0
|
||||||
@ -1451,6 +1458,16 @@ jobs:
|
|||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
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:
|
build-chat-offline-installers:
|
||||||
when:
|
when:
|
||||||
or:
|
or:
|
||||||
|
Loading…
Reference in New Issue
Block a user