From 88e74bd236869c06f17227ec0c41087a58116951 Mon Sep 17 00:00:00 2001 From: Ryan Christian Date: Sat, 12 Oct 2024 01:01:13 -0500 Subject: [PATCH] ci: Fix reference to workflow --- .github/workflows/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 205e112fc4..f6dae57481 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -19,7 +19,7 @@ jobs: uses: andrewiggins/download-base-artifact@v3 with: artifact: npm-package - workflow: build-test.yml + workflow: ci.yml required: true - run: mv preact.tgz preact-main.tgz - name: Upload locally build & base preact package