Skip to content

Commit 39854ca

Browse files
authored
Remove bypass for dependabot on dependency-review check (#35086)
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.
1 parent e6da492 commit 39854ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/dependency-review.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66

77
jobs:
88
dependency-review:
9-
if: ${{ !startsWith(github.head_ref, 'dependabot/') }}
109
uses: gravitational/shared-workflows/.github/workflows/dependency-review.yaml@main
1110
permissions:
1211
contents: read

0 commit comments

Comments
 (0)