Skip to content

Commit 009ca7c

Browse files
committed
labels
1 parent bc3f98c commit 009ca7c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/compliance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
- name: check-warns
9393
continue-on-error: true
9494
run: |
95+
echo ${{ github.event.label.name }}
9596
if [[ ! -s "compliance.xml" ]]; then
9697
exit 1;
9798
fi

.github/workflows/twister.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
twister-build-prep:
2727
needs: compliance-check
28-
if: needs.compliance-check.result == 'success' || (needs.compliance-check.result == 'failure' && ${{ github.event.label.name == 'test' }})
28+
#if: needs.compliance-check.result == 'success' || (needs.compliance-check.result == 'failure' && ${{ github.event.label.name == 'test' }})
2929
uses: ./.github/workflows/twister-prep.yaml
3030

3131
twister-build:

0 commit comments

Comments
 (0)