Skip to content

Commit

Permalink
Skip e2e, crd, go linters on .md checks.
Browse files Browse the repository at this point in the history
Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
  • Loading branch information
kaovilai committed Nov 6, 2024
1 parent d0cffa3 commit a75506b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crds-verify-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-test-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/pr-linter-check.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a75506b

Please sign in to comment.