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
fix(ci): actually test kernel builds if patches are added
The patches are in the `patches` subdirectory of `hiding_ci`, so if only
patches were added, then the check of "any files with parent directory
`hiding_ci`" would be false, and the CI step for testing the build of
patches wouldn't actually run.
Fix this by updating the check to be "any files where any parent
directory is `hiding_ci`", which will also catch patches.
Reported-by: Jack Thomson <[email protected]>
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments