Enable the ml
feature in nightly and alpha releases (#4447)
This commit is contained in:
parent
eab548c5a3
commit
b4379a0dff
2 changed files with 2 additions and 2 deletions
2
.github/workflows/alpha.yml
vendored
2
.github/workflows/alpha.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
uses: ./.github/workflows/reusable_publish_version.yml
|
||||
with:
|
||||
environment: alpha
|
||||
extra-features: storage-surrealkv
|
||||
extra-features: storage-surrealkv,ml
|
||||
git-ref: ${{ inputs.git-ref }}
|
||||
patch: ${{ inputs.patch }}
|
||||
publish: ${{ inputs.publish }}
|
||||
|
|
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
uses: ./.github/workflows/reusable_publish_version.yml
|
||||
with:
|
||||
environment: nightly
|
||||
extra-features: storage-surrealkv
|
||||
extra-features: storage-surrealkv,ml
|
||||
git-ref: main
|
||||
publish: ${{ inputs.publish || github.event_name == 'schedule' }}
|
||||
secrets: inherit
|
||||
|
|
Loading…
Reference in a new issue