mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-05 02:40:55 -07:00
13 lines
219 B
YAML
13 lines
219 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.''
|
|
|