Skip to content

Commit aa90d10

Browse files
committed
get hack from pr-temp
1 parent 1fee197 commit aa90d10

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/e2e-perf.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,14 @@ jobs:
4545
uses: actions/checkout@v3
4646
with:
4747
ref: ${{ github.head_ref }}
48-
path: pr
48+
path: pr-temp
49+
50+
- name: Copy hack outside of pr-temp
51+
run: cp -r pr-temp/hack hack
4952

5053
- name: List contents
5154
run: |
55+
rm -rf pr-temp
5256
ls -R ./
5357
5458
# Identify comment to be updated

0 commit comments

Comments
 (0)