Skip e2e, crd, go linters on .md checks.

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
pull/8378/head
Tiger Kaovilai 2024-11-06 15:18:25 -05:00
parent d0cffa3d19
commit a75506bb13
No known key found for this signature in database
GPG Key ID: F05DADBB55627443
3 changed files with 9 additions and 3 deletions

View File

@ -5,7 +5,7 @@ on:
paths-ignore:
- "site/**"
- "design/**"
- "**/*.md"
jobs:
# Build the Velero CLI once for all Kubernetes versions, and cache it so the fan-out workers can get it.
build-cli:

View File

@ -6,6 +6,7 @@ on:
paths-ignore:
- "site/**"
- "design/**"
- "**/*.md"
jobs:
# Build the Velero CLI and image once for all Kubernetes versions, and cache it so the fan-out workers can get it.
build:

View File

@ -1,7 +1,12 @@
name: Pull Request Linter Check
on: [pull_request]
on:
pull_request:
# Do not run when the change only includes these directories.
paths-ignore:
- "site/**"
- "design/**"
- "**/*.md"
jobs:
build:
name: Run Linter Check
runs-on: ubuntu-latest