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 89e5ae8 commit a8bdd9bCopy full SHA for a8bdd9b
.github/workflows/twister.yaml
@@ -24,6 +24,7 @@ jobs:
24
uses: ./.github/workflows/compliance.yml
25
26
twister-build-prep:
27
+ if: alwyas() && github.event_name == 'pull_request' && ${{ contains(github.event.*.labels.*.name, 'Complinance: False Positive') }}
28
needs: compliance-check
29
uses: ./.github/workflows/twister-prep.yaml
30
0 commit comments