Files
gemini-cli/.github/workflows/docs-pr-check-bypass.yml
Christine Betts 42e55ff076 appease linter
2026-03-09 13:02:31 -04:00

13 lines
222 B
YAML

name: 'docs_pr_check'
on:
pull_request:
paths-ignore:
- 'docs/**'
jobs:
docs_pr_check:
runs-on: 'ubuntu-latest'
steps:
- run: 'echo ''Bypassing docs_pr_check because docs/ was not changed.'''