From fc6874294ea890ca2e9e6556b959e390383fe09b Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Thu, 27 Jun 2024 09:36:06 +0300 Subject: [PATCH] dont use ref for now --- .github/workflows/benchmark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index a04d210e8..f274e62bc 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -19,8 +19,8 @@ jobs: - run: lscpu - name: Checkout uses: actions/checkout@v2 - with: - ref: refs/pull/${{ github.event.issue.number }}/head + # with: + # ref: refs/pull/${{ github.event.issue.number }}/head - run: npm i -g pnpm@9.0.4 - uses: actions/setup-node@v4 with: