We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e9e74 commit a3d5aa4Copy full SHA for a3d5aa4
.github/workflows/performance-tests.yml
@@ -33,6 +33,8 @@ jobs:
33
ips: '${{ secrets.WG_PERF_IPS }}'
34
allowed_ips: '${{ secrets.WG_PERF_ALLOWED_IPS }}'
35
private_key: '${{ secrets.WG_PERF_PRIVATE_KEY }}'
36
+ - name: Clean files from previous runs
37
+ uses: AutoModality/action-clean@v1
38
- name: Check out repository
39
uses: actions/checkout@v3
40
# Previous step checks out default branch, so we check out the pull request's branch
0 commit comments