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
I think we should skip the source code build step in CI in a docs update PR (only files under docs/ are modified), and vice versa, skip the docs build step if no files under docs/ are modified. This is easy to implement: just adding conditions (whether (only) the files under docs/ have been modified?) to trigger the corresponding CI actions (source build or docs build).
Obviously these issues are not critical. We can fix them later.
The text was updated successfully, but these errors were encountered:
I think we should skip the source code build step in CI in a docs update PR (only files under
docs/
are modified), and vice versa, skip the docs build step if no files underdocs/
are modified. This is easy to implement: just adding conditions (whether (only) the files underdocs/
have been modified?) to trigger the corresponding CI actions (source build or docs build).Obviously these issues are not critical. We can fix them later.
The text was updated successfully, but these errors were encountered: