Skip to content

Commit a2db565

Browse files
Update benchmarks.yml
Signed-off-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com>
1 parent 490ed2a commit a2db565

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/benchmarks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,12 @@ jobs:
182182
env:
183183
PR_NUMBER: ${{ github.event.inputs.pr_number || github.event.issue.number || null }}
184184
steps:
185+
- name: Clear stdb dir
186+
if: always()
187+
shell: bash
188+
run: |
189+
rm -fr /stdb/*
190+
185191
- name: Install valgrind & iai-callgrind-runner
186192
run: |
187193
apt-get update

0 commit comments

Comments
 (0)