Skip to content

Commit

Permalink
get hack from pr-temp
Browse files Browse the repository at this point in the history
  • Loading branch information
waveywaves committed Mar 28, 2024
1 parent 1fee197 commit aa90d10
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/e2e-perf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,14 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
path: pr
path: pr-temp

- name: Copy hack outside of pr-temp
run: cp -r pr-temp/hack hack

- name: List contents
run: |
rm -rf pr-temp
ls -R ./
# Identify comment to be updated
Expand Down

0 comments on commit aa90d10

Please sign in to comment.