We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c417a6d commit a5f1f14Copy full SHA for a5f1f14
.github/workflows/self-hosted.yml
@@ -216,12 +216,6 @@ jobs:
216
echo "- Kokkos CUDA: ${{ steps.build_pcms_kokkos_cuda.outcome }}" >> ./pr/message
217
echo "" >> ./pr/message
218
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/
225
226
- name: Cleanup
227
if: ${{ !cancelled() }}
0 commit comments