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 bc3f98c commit 009ca7cCopy full SHA for 009ca7c
.github/workflows/compliance.yml
@@ -92,6 +92,7 @@ jobs:
92
- name: check-warns
93
continue-on-error: true
94
run: |
95
+ echo ${{ github.event.label.name }}
96
if [[ ! -s "compliance.xml" ]]; then
97
exit 1;
98
fi
.github/workflows/twister.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
twister-build-prep:
27
needs: compliance-check
28
- 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' }})
29
uses: ./.github/workflows/twister-prep.yaml
30
31
twister-build:
0 commit comments