From b97ae55e107aa59638f23276ce3e9bff2887ece9 Mon Sep 17 00:00:00 2001 From: noobie3007 <160282956+noobie3007@users.noreply.github.com> Date: Thu, 18 Jul 2024 14:30:10 -0700 Subject: [PATCH] Update add-performance-comment.yml Signed-off-by: noobie3007 <160282956+noobie3007@users.noreply.github.com> --- .github/workflows/add-performance-comment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/add-performance-comment.yml b/.github/workflows/add-performance-comment.yml index 1d644da064065..b64fe6a1fac47 100644 --- a/.github/workflows/add-performance-comment.yml +++ b/.github/workflows/add-performance-comment.yml @@ -12,6 +12,8 @@ jobs: if: github.event.label.name == 'Performance' runs-on: ubuntu-latest steps: + - name: checkout repo + uses: actions/checkout@v3 - name: Add comment to PR uses: actions/github-script@v6 with: