Skip IBM Cloud and Podman tests for doc-only PRs #6854
Labels
area/testing
Issues or PRs related to testing, Quality Assurance or Quality Engineering
kind/user-story
An issue of user-story kind
Milestone
/kind user-story
/area testing
User Story
As an
odo
developer, I want tests to be skipped if my PR only changes files in thewebsite
folder, So that I can save some time and resource usage, and also unblock other potential code-related PRs waiting in the testing job queue.Those tests take some time to finish and block other jobs from running; and, most of the time, we are just ignoring the result.
We don't have doc-specific tests now; doc-related changes are currently checked by looking at the deploy logs on Netlify and the deploy preview website. But once we have such tests (e.g., for #6617), they will need to run.
Acceptance Criteria
paths
andpaths-ignore
filters (https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore)Links
/kind user-story
The text was updated successfully, but these errors were encountered: