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 ea15c78 commit c9f3076Copy full SHA for c9f3076
.github/workflows/compliance.yml
@@ -21,6 +21,8 @@ jobs:
21
- name: Update PATH for west
22
run: |
23
echo "$HOME/.local/bin" >> $GITHUB_PATH
24
+ x=${{ toJson(github.event.pull_request.labels.*.name) }}
25
+ echo $x
26
27
- name: Checkout the code
28
uses: actions/checkout@v4
@@ -92,7 +94,6 @@ jobs:
92
94
- name: check-warns
93
95
continue-on-error: true
96
- echo ${{ github.event.label.name }}
97
if [[ ! -s "compliance.xml" ]]; then
98
exit 1;
99
fi
0 commit comments