kubernetes-ingress-controller icon indicating copy to clipboard operation
kubernetes-ingress-controller copied to clipboard

CI: Document modifications do not require running all tests.

Open tao12345666333 opened this issue 7 months ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Problem Statement

We have files that only contain documents. When we make changes to them, we don't need to run all tests.

e.g.

  • README.md and other *.md
  • docs
  • keps

https://github.com/Kong/kubernetes-ingress-controller/actions/runs/6939756390?pr=5193

Proposed Solution

we can add a path filter.

  • https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-excluding-paths
  • https://github.com/dorny/paths-filter

Additional information

No response

Acceptance Criteria

No response

tao12345666333 avatar Nov 21 '23 06:11 tao12345666333

Reopened by revert done in #5225

programmer04 avatar Nov 22 '23 15:11 programmer04