We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702b956 commit 5e0c951Copy full SHA for 5e0c951
1 file changed
.github/workflows/compliance.yml
@@ -47,15 +47,6 @@ jobs:
47
[[ "$(git rev-list --merges --count origin/${BASE_REF}..)" == "0" ]] || \
48
(echo "::error ::Merge commits not allowed, rebase instead";false)
49
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
-
59
- name: Run Compliance Tests
60
continue-on-error: true
61
id: compliance
0 commit comments