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
Remove bypass for dependabot on dependency-review check (#35066)
The bypass `if` for dependabot PRs added in #19745 is failing `dependency-review` due
to this workflow effectively just proxying to another workflow in `shared-workflows`.
This is causing the workflow to not run at all, and since it's required, it's causing
dependabot PRs to not pass status checks. Remove the bypass for now to make checks
pass again.
0 commit comments