hotfix: skip dependency license review on main (#12982)

This commit is contained in:
Jon Ayers 2024-04-16 23:08:22 -05:00 committed by GitHub
parent 80f5978124
commit 0c993566dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -903,6 +903,7 @@ jobs:
# This action is not intended to do a vulnerability check since that is handled by a separate action.
dependency-license-review:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/main'
steps:
- name: "Checkout Repository"
uses: actions/checkout@v4