You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This maps the files changed according to path and maps them to provided values, which in our case are directories. These values are given as output by this job.
The job check depends on changes, and uses the output of it as matrix to run the format and lint checks only in those directories in which the files have changed. Reasoning behind this, is that if only the files in cgroups have changed, then there is no need to run checks in youki or test_framework etc. Note that this only applies to format and lint checks, all tests are always run.
In this particular case, no files in any of the given path patterns had changed, so output of changes was empty. Thus the matrix given to the check was also empty, which resulted in the error. The fix on this would be to put some kind of condition such that set the matrix only if the output is non-empty, otherwise not run the job, but I'm not sure how to do that.
First observed in https://github.com/containers/youki/actions/runs/1210634803.
The change is a readme change, so likely it is not caused by the PR.
The text was updated successfully, but these errors were encountered: