crc icon indicating copy to clipboard operation
crc copied to clipboard

[QE] Control which PRs should run e2e tests

Open adrianriobo opened this issue 1 year ago • 1 comments

Right now any change across the code will run the win e2e test (i.e docs PRs will run them when it is unnecessary https://github.com/crc-org/crc/pull/3967)

For win e2e the trigger comes from the windows installer, which again for doc it may make no sense to be build for certain changes (i.e docs)

So we need to add those as ignore-paths https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-excluding-paths

adrianriobo avatar Jan 22 '24 08:01 adrianriobo

We need to do same for openshift CI also.

praveenkumar avatar Jan 22 '24 08:01 praveenkumar

Fixed by #4071

adrianriobo avatar Aug 07 '24 08:08 adrianriobo