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 276d8bb commit 4688c53Copy full SHA for 4688c53
.github/workflows/code-coverage-comment.yml
.github/workflows/test.yml
@@ -179,11 +179,6 @@ jobs:
179
[ "${{ needs.test_win.result }}" == "success" ] && \
180
[ "${{ needs.motion_tests.result }}" == "success" ]
181
182
- # Now that RDK is public, can't directly comment without token having full read/write access
183
- # code-coverage-comment.yml will trigger seperately and post the actual comments
184
- - name: Prepare code comment
185
- run: echo "PR_NUMBER=${{ github.event.pull_request.number }}" >> pr.env
186
-
187
- name: Mark appimage label
188
if: contains(github.event.pull_request.labels.*.name, 'appimage') || contains(github.event.pull_request.labels.*.name, 'appimage-ignore-tests')
189
run: echo "APPIMAGE=true" >> pr.env
0 commit comments