Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#2647 from stmcginnis/docs-jobs
Browse files Browse the repository at this point in the history
Skip GitHub Actions on doc only changes
  • Loading branch information
k8s-ci-robot authored Feb 25, 2022
2 parents ee6c418 + 1aa081c commit 575a480
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cgroup2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
pull_request:
branches:
- main
paths-ignore:
- 'site/**'

jobs:
docker:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
pull_request:
branches:
- main
paths-ignore:
- 'site/**'

jobs:
docker:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
pull_request:
branches:
- main
paths-ignore:
- 'site/**'

jobs:
podman:
Expand Down

0 comments on commit 575a480

Please sign in to comment.