Skip to content

Commit

Permalink
labels
Browse files Browse the repository at this point in the history
  • Loading branch information
nashif committed Dec 13, 2024
1 parent bc3f98c commit 009ca7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
- name: check-warns
continue-on-error: true
run: |
echo ${{ github.event.label.name }}
if [[ ! -s "compliance.xml" ]]; then
exit 1;
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/twister.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

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

twister-build:
Expand Down

0 comments on commit 009ca7c

Please sign in to comment.