Skip to content

Commit 1f4f6e6

Browse files
committed
labels
Signed-off-by: Anas Nashif <[email protected]>
1 parent ea15c78 commit 1f4f6e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/compliance.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,8 @@ jobs:
9090
path: compliance.xml
9191

9292
- name: check-warns
93-
continue-on-error: true
93+
continue-on-error: contains(github.event.pull_request.labels.*.name, 'Compliance: False Positive')
9494
run: |
95-
echo ${{ github.event.label.name }}
9695
if [[ ! -s "compliance.xml" ]]; then
9796
exit 1;
9897
fi

0 commit comments

Comments
 (0)