Skip to content

Commit a5f1f14

Browse files
committed
remove artifact upload
1 parent c417a6d commit a5f1f14

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/self-hosted.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,6 @@ jobs:
216216
echo "- Kokkos CUDA: ${{ steps.build_pcms_kokkos_cuda.outcome }}" >> ./pr/message
217217
echo "" >> ./pr/message
218218
echo "[(details)](https://github.com/${{github.repository}}/actions/runs/${{ github.run_id }})" >> ./pr/message
219-
- name: Upload Result
220-
if: ${{ !cancelled() }} #upload unless the job was cancelled
221-
uses: actions/upload-artifact@v4
222-
with:
223-
name: pr
224-
path: pr/
225219
226220
- name: Cleanup
227221
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)