Skip to content

Commit 82c1562

Browse files
authored
fix: skip license review for dependabot (coder#13239)
1 parent 8c9560d commit 82c1562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ jobs:
910910
# This action is not intended to do a vulnerability check since that is handled by a separate action.
911911
dependency-license-review:
912912
runs-on: ubuntu-latest
913-
if: github.ref != 'refs/heads/main'
913+
if: github.ref != 'refs/heads/main' && github.actor != 'dependabot[bot]'
914914
steps:
915915
- name: "Checkout Repository"
916916
uses: actions/checkout@v4

0 commit comments

Comments
 (0)