We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8ae35 commit a37ec9eCopy full SHA for a37ec9e
.github/workflows/kernel-test.yml
@@ -82,3 +82,9 @@ jobs:
82
# Here we must use kbuild-output local to the repo, because
83
# it was extracted from the artifacts.
84
kbuild-output: ${{ env.REPO_ROOT }}/kbuild-output
85
+ - if: ${{ always() }}
86
+ uses: actions/upload-artifact@v4
87
+ with:
88
+ name: tmon-logs-${{ inputs.arch }}-${{ inputs.toolchain_full }}-${{ inputs.test }}
89
+ if-no-files-found: ignore
90
+ path: /tmp/tmon_pcap/*
0 commit comments