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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: