Skip to content

Commit bc3f98c

Browse files
committed
override 4
1 parent 05c567c commit bc3f98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/twister.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
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'
2827
needs: compliance-check
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)