We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9560d commit 82c1562Copy full SHA for 82c1562
.github/workflows/ci.yaml
@@ -910,7 +910,7 @@ jobs:
910
# This action is not intended to do a vulnerability check since that is handled by a separate action.
911
dependency-license-review:
912
runs-on: ubuntu-latest
913
- if: github.ref != 'refs/heads/main'
+ if: github.ref != 'refs/heads/main' && github.actor != 'dependabot[bot]'
914
steps:
915
- name: "Checkout Repository"
916
uses: actions/checkout@v4
0 commit comments