Skip to content

Commit 5e0c951

Browse files
committed
remove codeowver check
1 parent 702b956 commit 5e0c951

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/compliance.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,6 @@ jobs:
4747
[[ "$(git rev-list --merges --count origin/${BASE_REF}..)" == "0" ]] || \
4848
(echo "::error ::Merge commits not allowed, rebase instead";false)
4949
50-
- name: Run CODEOWNERS test
51-
id: codeowners
52-
env:
53-
BASE_REF: ${{ github.base_ref }}
54-
working-directory: ncs/serial_modem
55-
if: contains(github.event.pull_request.user.login, 'dependabot[bot]') != true
56-
run: |
57-
./scripts/ci/codeowners.py -c origin/${BASE_REF}..
58-
5950
- name: Run Compliance Tests
6051
continue-on-error: true
6152
id: compliance

0 commit comments

Comments
 (0)