We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819a362 commit 21136a2Copy full SHA for 21136a2
.github/workflows/hil.yml
@@ -59,6 +59,12 @@ jobs:
59
echo "test_folder=${test_folder}" >> $GITHUB_OUTPUT
60
echo "test_type=${test_type}" >> $GITHUB_OUTPUT
61
62
+ - name: Upload Event file
63
+ uses: actions/upload-artifact@v4
64
+ with:
65
+ name: event_file
66
+ path: ${{github.event_path}}
67
+
68
build:
69
needs: gen_chunks
70
name: ${{matrix.chip}}-Build#${{matrix.chunks}}
@@ -267,13 +273,3 @@ jobs:
267
273
path: |
268
274
tests/**/*.xml
269
275
tests/**/result_*.json
270
-
271
- event_file:
272
- name: "Event File"
- runs-on: ubuntu-latest
- steps:
- - name: Upload
276
- uses: actions/upload-artifact@v4
277
- with:
278
- name: event_file
279
- path: ${{github.event_path}}
0 commit comments