Skip to content

Commit

Permalink
hotfix: skip dependency license review on main (#12982)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreya committed Apr 17, 2024
1 parent 80f5978 commit 0c99356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c99356

Please sign in to comment.