We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c567c commit bc3f98cCopy full SHA for bc3f98c
.github/workflows/twister.yaml
@@ -24,8 +24,8 @@ jobs:
24
uses: ./.github/workflows/compliance.yml
25
26
twister-build-prep:
27
- #if: always() && github.event_name == 'pull_request' && github.event.label.name == 'Complinance: False Positive'
28
needs: compliance-check
+ if: needs.compliance-check.result == 'success' || (needs.compliance-check.result == 'failure' && ${{ github.event.label.name == 'test' }})
29
uses: ./.github/workflows/twister-prep.yaml
30
31
twister-build:
0 commit comments