Skip to content

Commit 77d8d89

Browse files
Never delete events
1 parent 6e61e09 commit 77d8d89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/standalone-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
cd ${STANDALONE_DIR}
7676
${TIMING_CA} --runs 42 --PROCdebugCSV /root/${BENCHMARK_CSV} --debug 1
7777
python3 ${GITHUB_WORKSPACE}/.github/scripts/profiler_standalone.py --discard 0 --input /root/${BENCHMARK_CSV} --output /root/summary_${BENCHMARK_CSV}
78-
rm -rf ${STANDALONE_DIR}/events/o2-simple ${STANDALONE_DIR}/build
78+
rm -rf ${STANDALONE_DIR}/build
7979
8080
- name: Upload Artifact
8181
uses: actions/upload-artifact@v6

0 commit comments

Comments
 (0)