hotfix: skip dependency license review on main

This commit is contained in:
Jon Ayers 2024-04-17 03:58:12 +00:00
parent 245d44e815
commit b7c23ffa81
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