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 470cb57 commit c4c078fCopy full SHA for c4c078f
.github/workflows/zephyr_build.yaml
@@ -105,8 +105,9 @@ jobs:
105
# This is needed to allow publishing results from PR from forked repos.
106
- name: Upload Event file
107
uses: actions/upload-artifact@v2
108
+ if: always()
109
with:
- name: Event_File
110
+ name: Event File
111
path: ${{ github.event_path }}
112
113
- name: Publish Unit Test Results
@@ -115,9 +116,7 @@ jobs:
115
116
117
check_name: Unit Test Results
118
github_token: ${{ secrets.GITHUB_TOKEN }}
- event_file: artifacts/Event_File/event.json
119
+ event_file: artifacts/Event File/event.json
120
event_name: ${{ github.event.workflow_run.event }}
121
files: "repos/zephyr/twister-out/twister.xml"
122
comment_mode: update last
-
123
0 commit comments