File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 9090 path : compliance.xml
9191
9292 - name : check-warns
93+ continue-on-error : true
9394 run : |
9495 if [[ ! -s "compliance.xml" ]]; then
9596 exit 1;
@@ -120,8 +121,3 @@ jobs:
120121 echo "You can run this step locally with the ./scripts/ci/check_compliance.py script."
121122 exit 1;
122123 fi
123-
124- if [ "${{ steps.pr_description.outcome }}" == "failure" ]; then
125- echo "PR description cannot be empty"
126- exit 1;
127- fi
Original file line number Diff line number Diff line change 2424 uses : ./.github/workflows/compliance.yml
2525
2626 twister-build-prep :
27- if : always() && github.event_name == 'pull_request' && github.event.label.name == 'Complinance: False Positive'
27+ # if: always() && github.event_name == 'pull_request' && github.event.label.name == 'Complinance: False Positive'
2828 needs : compliance-check
2929 uses : ./.github/workflows/twister-prep.yaml
3030
You can’t perform that action at this time.
0 commit comments