Skip to content

Added note about unsupported models from OpenRouter #2

Added note about unsupported models from OpenRouter

Added note about unsupported models from OpenRouter #2

Workflow file for this run

# When none of the paths are matched for the pr_checks.yaml workflow
# we still need the require-all-checks-to-pass job to pass
name: PR checks docs
on:
pull_request:
branches:
- main
# paths:
# - "docs/**"
push:
branches:
- main
# paths:
# - "docs/**"
jobs:
require-all-checks-to-pass:
if: always()
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
allowed-failures:
allowed-skips:
jobs: []

Check failure on line 31 in .github/workflows/pr_checks_docs.yaml

View workflow run for this annotation

GitHub Actions / PR checks docs

Invalid workflow file

The workflow is not valid. .github/workflows/pr_checks_docs.yaml (Line: 31, Col: 17): A sequence was not expected