novita: add Kling v3.0 4K + Motion Control request shapes #3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Dummy | |
| on: | |
| pull_request: | |
| branches: ["main"] | |
| permissions: {} | |
| jobs: | |
| # See 'ci/README.md' at the repository root for more details. | |
| merge-checks-buildkite: | |
| runs-on: ubuntu-latest | |
| if: github.repository == 'RouterBase/tensorzero' | |
| steps: | |
| - run: echo "This is a dummy job to satisfy branch protection checks" |