libc icon indicating copy to clipboard operation
libc copied to clipboard

Only run CI jobs related to the changed files

Open JohnTitor opened this issue 1 year ago • 0 comments

Currently, CI on a PR triggers all the CI jobs regardless of changes, for example, even if a PR only touches the Linux module, the macOS jobs are triggered. Ideally, we should check the diff and only run related jobs to reduce CI time and avoid unrelated errors.

JohnTitor avatar Nov 14 '23 08:11 JohnTitor