Skip to content

feat(api,ui,sdk): Make CPU limits configurable (#586) #181

feat(api,ui,sdk): Make CPU limits configurable (#586)

feat(api,ui,sdk): Make CPU limits configurable (#586) #181

# This workflow triggers sync of docs to caraml-dev/docs
name: Trigger CaraML Docs Sync
on:
push:
tags:
- v*
jobs:
trigger-sync:
runs-on: ubuntu-latest
steps:
- name: Trigger Remote Doc Sync Workflow
uses: caraml-dev/docs/.github/actions/trigger-remote-docs-sync@main
with:
module: 'model'
git_https: 'https://github.com/caraml-dev/merlin.git'
doc_folder: 'docs'
ref_name: ${{ github.ref_name }}
ref_type: ${{ github.ref_type }}
credentials: ${{ secrets.CARAML_SYNC }}