Skip to content

Commit a3d5aa4

Browse files
authored
Cleanup files from previous runs of performance test rig (#1311)
1 parent 85e9e74 commit a3d5aa4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/performance-tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
ips: '${{ secrets.WG_PERF_IPS }}'
3434
allowed_ips: '${{ secrets.WG_PERF_ALLOWED_IPS }}'
3535
private_key: '${{ secrets.WG_PERF_PRIVATE_KEY }}'
36+
- name: Clean files from previous runs
37+
uses: AutoModality/action-clean@v1
3638
- name: Check out repository
3739
uses: actions/checkout@v3
3840
# Previous step checks out default branch, so we check out the pull request's branch

0 commit comments

Comments
 (0)