Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0c99356

Browse files
authored
hotfix: skip dependency license review on main (#12982)
1 parent 80f5978 commit 0c99356

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,7 @@ jobs:
903903
# This action is not intended to do a vulnerability check since that is handled by a separate action.
904904
dependency-license-review:
905905
runs-on: ubuntu-latest
906+
if: github.ref != 'refs/heads/main'
906907
steps:
907908
- name: "Checkout Repository"
908909
uses: actions/checkout@v4

0 commit comments

Comments
 (0)