From 3a9c72dbcf23a5aa56934b16f417f826f7d1cee9 Mon Sep 17 00:00:00 2001 From: jerrykingxyz Date: Thu, 2 Jan 2025 21:16:44 +0800 Subject: [PATCH 1/2] ci: ecosystem-benchmark checkout failed --- .github/workflows/ecosystem-benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ecosystem-benchmark.yml b/.github/workflows/ecosystem-benchmark.yml index f0df728f56a..617912fd16d 100644 --- a/.github/workflows/ecosystem-benchmark.yml +++ b/.github/workflows/ecosystem-benchmark.yml @@ -75,7 +75,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - ref: ${{ github.event_name == 'workflow_dispatch' && format('pull/{0}/head', inputs.pr) || github.sha }} + ref: ${{ github.event_name == 'workflow_dispatch' && format('refs/pull/{0}/head', inputs.pr) || github.sha }} - name: Clean uses: ./.github/actions/clean From c0f70d143cbb5f86726a61d1a8e9057b5a79500d Mon Sep 17 00:00:00 2001 From: jerrykingxyz Date: Thu, 2 Jan 2025 21:22:41 +0800 Subject: [PATCH 2/2] ci: rename ecosystem-benchmark --- .github/workflows/ecosystem-benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ecosystem-benchmark.yml b/.github/workflows/ecosystem-benchmark.yml index 617912fd16d..5bceb0844e2 100644 --- a/.github/workflows/ecosystem-benchmark.yml +++ b/.github/workflows/ecosystem-benchmark.yml @@ -1,4 +1,4 @@ -name: ecosystem-benchmark +name: Ecosystem Benchmark on: workflow_dispatch: