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
[CI] Skip lint job when disable-lint is set (#11842)
When we add `ignore-lint` label, CI will still run lint and show a
failure despite we will ignore it and continue to do further tests.
Since we don't care about lint result, we should ignore running it to
avoid wasting machine resource or causing confusion about check results.
0 commit comments