Skip to content

Commit 31c7432

Browse files
committed
Revert "[nrf noup] ci: Compliance workflow downstream tweaks"
This reverts commit d9b367a. Signed-off-by: Carles Cufi <[email protected]>
1 parent dee1af3 commit 31c7432

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/compliance.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ jobs:
5353
git config --global user.email "[email protected]"
5454
git config --global user.name "Your Name"
5555
git remote -v
56-
# Sauce tag checks before rebasing
57-
git log --oneline --first-parent origin/${BASE_REF}..HEAD | grep -E -v "\[nrf (mergeup|fromtree|fromlist|noup)\]" && { echo 'Sauce tag missing'; exit 1; }
5856
git rebase origin/${BASE_REF}
5957
# debug
6058
git log --pretty=oneline | head -n 10
@@ -71,7 +69,7 @@ jobs:
7169
# debug
7270
ls -la
7371
git log --pretty=oneline | head -n 10
74-
./scripts/ci/check_compliance.py -m Codeowners -m Devicetree -m Gitlint -m Identity -m Nits -m pylint -m checkpatch -m KconfigBasic -c origin/${BASE_REF}..
72+
./scripts/ci/check_compliance.py -m Codeowners -m Devicetree -m Gitlint -m Identity -m Nits -m pylint -m checkpatch -m Kconfig -c origin/${BASE_REF}..
7573
7674
- name: upload-results
7775
uses: actions/upload-artifact@master

0 commit comments

Comments
 (0)