From b7c23ffa81838b5e48d6f4a7bcb09460892a715a Mon Sep 17 00:00:00 2001 From: Jon Ayers Date: Wed, 17 Apr 2024 03:58:12 +0000 Subject: [PATCH] hotfix: skip dependency license review on main --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dc30004878..b922608aaf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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